Przeglądaj źródła

feat(types): 列设置修改

zhangweicheng 5 lat temu
rodzic
commit
637574762b
1 zmienionych plików z 1 dodań i 1 usunięć
  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;