🐛 修复 CodegenColumnVO 的 autoIncrement 类型不正确
This commit is contained in:
parent
2f10f0ffc1
commit
0c613e94a8
@ -28,7 +28,7 @@ export type CodegenColumnVO = {
|
|||||||
columnComment: string
|
columnComment: string
|
||||||
nullable: number
|
nullable: number
|
||||||
primaryKey: number
|
primaryKey: number
|
||||||
autoIncrement: string
|
autoIncrement: boolean
|
||||||
ordinalPosition: number
|
ordinalPosition: number
|
||||||
javaType: string
|
javaType: string
|
||||||
javaField: string
|
javaField: string
|
||||||
|
Loading…
Reference in New Issue
Block a user