!422 Infra模块>代码生成器>适配达梦数据库

Merge pull request !422 from 再见七月/infraBug-by-dm
This commit is contained in:
芋道源码 2024-04-14 10:21:53 +00:00 committed by Gitee
commit 1c469300f5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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