🐛 修复 CodegenColumnVO 的 autoIncrement 类型不正确
parent
7b0ff72a2b
commit
72b82625b9
|
@ -26,7 +26,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