|
|
@@ -1,5 +1,5 @@
|
|
|
import { TaxType, IGLJCol, FileType } from './project';
|
|
|
-import { IFileRef, INumFileRef } from './base';
|
|
|
+import { IFileRef, INumFileRef, IRationLibFileRef } from './base';
|
|
|
import { IBillOption } from './bill';
|
|
|
|
|
|
export interface ICptItem {
|
|
|
@@ -46,11 +46,11 @@ export interface IEngineering {
|
|
|
billLib?: IBillOption[];
|
|
|
billsGuidanceLib?: IFileRef[];
|
|
|
gljLib?: INumFileRef[];
|
|
|
- rationLib?: INumFileRef[];
|
|
|
+ rationLib?: IRationLibFileRef[];
|
|
|
progressiveLib?: IFileRef[];
|
|
|
taxGroup: ITaxGroup[];
|
|
|
indexName?: string; // 指标专业名称
|
|
|
- visible?: boolean; // 是否显示
|
|
|
+ visible?: boolean; // 是否显示
|
|
|
}
|
|
|
|
|
|
export interface IValuation {
|