🐛 修复 CodegenColumnVO 的 autoIncrement 类型不正确

pull/342/MERGE
YunaiV 2023-12-05 20:03:40 +08:00
parent 2f10f0ffc1
commit 0c613e94a8
1 changed files with 1 additions and 1 deletions

View File

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