|
@@ -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 {
|