Pārlūkot izejas kodu

fix(types): IEngineering增加visible字段

wupeixin 3 gadi atpakaļ
vecāks
revīzija
4541e9d399
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      types/src/interface/compilation.ts

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

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