🐛 修复 CodegenColumnVO 的 autoIncrement 类型不正确

pull/420/head
shizhong 2024-03-07 13:03:42 +08:00
parent 7b0ff72a2b
commit 72b82625b9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export type CodegenColumnVO = {
columnComment: string
nullable: number
primaryKey: number
autoIncrement: string
autoIncrement: boolean
ordinalPosition: number
javaType: string
javaField: string