From 72b82625b95925fc467813cd3f39b58e965981a1 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Thu, 7 Mar 2024 13:03:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=20CodegenColu?= =?UTF-8?q?mnVO=20=E7=9A=84=20autoIncrement=20=E7=B1=BB=E5=9E=8B=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/infra/codegen/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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