소스 검색

!422 Infra模块>代码生成器>适配达梦数据库
Merge pull request !422 from 再见七月/infraBug-by-dm

芋道源码 1 년 전
부모
커밋
1c469300f5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/api/infra/codegen/index.ts

+ 0 - 1
src/api/infra/codegen/index.ts

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