Преглед изворни кода

🐛 修复 CodegenColumnVO 的 autoIncrement 类型不正确

shizhong пре 1 година
родитељ
комит
72b82625b9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/api/infra/codegen/types.ts

+ 1 - 1
src/api/infra/codegen/types.ts

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