Преглед изворни кода

fix(types): IEngineering增加visible字段

wupeixin пре 3 година
родитељ
комит
4541e9d399
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      types/src/interface/compilation.ts

+ 1 - 0
types/src/interface/compilation.ts

@@ -50,6 +50,7 @@ export interface IEngineering {
   progressiveLib?: IFileRef[];
   progressiveLib?: IFileRef[];
   taxGroup: ITaxGroup[];
   taxGroup: ITaxGroup[];
   indexName?: string; // 指标专业名称
   indexName?: string; // 指标专业名称
+  visible?: boolean; // 是否显示 
 }
 }
 
 
 export interface IValuation {
 export interface IValuation {