Ver código fonte

feat(types): 列设置修改

zhangweicheng 5 anos atrás
pai
commit
637574762b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      types/src/interface/project.ts

+ 1 - 1
types/src/interface/project.ts

@@ -228,7 +228,7 @@ export interface IProject extends ITreeScm {
   code?: string;
   code?: string;
   createDate: number;
   createDate: number;
   property?: IProperty;
   property?: IProperty;
-  ColMetas?: IColumnMeta[];
+  colMetas?: IColumnMeta[];
   gljCol?: IGLJCol;
   gljCol?: IGLJCol;
   changeMark?: string;
   changeMark?: string;
   remark?: string;
   remark?: string;