Explorar o código

fix(types): IEngineering增加visible字段

wupeixin %!s(int64=3) %!d(string=hai) anos
pai
achega
4541e9d399
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {