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