瀏覽代碼

feat(types): 列设置修改

zhangweicheng 5 年之前
父節點
當前提交
637574762b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;