Skip to content

Commit 0c613e9

Browse files
committed
🐛 修复 CodegenColumnVO 的 autoIncrement 类型不正确
1 parent 2f10f0f commit 0c613e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/infra/codegen/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export type CodegenColumnVO = {
2828
columnComment: string
2929
nullable: number
3030
primaryKey: number
31-
autoIncrement: string
31+
autoIncrement: boolean
3232
ordinalPosition: number
3333
javaType: string
3434
javaField: string

0 commit comments

Comments
 (0)