Sfoglia il codice sorgente

feat(types): 列设置修改

zhangweicheng 5 anni fa
parent
commit
637574762b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
   createDate: number;
   property?: IProperty;
-  ColMetas?: IColumnMeta[];
+  colMetas?: IColumnMeta[];
   gljCol?: IGLJCol;
   changeMark?: string;
   remark?: string;