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