We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d32406f + 9720f19 commit ca1e013Copy full SHA for ca1e013
src/views/infra/codegen/editTable.vue
@@ -31,7 +31,7 @@
31
<el-option label="Integer" value="Integer" />
32
<el-option label="Double" value="Double" />
33
<el-option label="BigDecimal" value="BigDecimal" />
34
- <el-option label="Date" value="Date" />
+ <el-option label="LocalDateTime" value="LocalDateTime" />
35
<el-option label="Boolean" value="Boolean" />
36
</el-select>
37
</template>
0 commit comments