diff --git a/src/api/infra/codegen/types.ts b/src/api/infra/codegen/types.ts index be6a66ed..df2f93d8 100644 --- a/src/api/infra/codegen/types.ts +++ b/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