Explorar el Código

feat(types): 列设置修改

zhangweicheng hace 5 años
padre
commit
637574762b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;