Commit 0c613e94 by YunaiV

🐛 修复 CodegenColumnVO 的 autoIncrement 类型不正确

parent 2f10f0ff
...@@ -28,7 +28,7 @@ export type CodegenColumnVO = { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment