!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

View File

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