|
|
@@ -1,7 +1,7 @@
|
|
|
import { IComponent } from './glj';
|
|
|
import { FileType } from './project';
|
|
|
import { IElfItem } from './billGuide';
|
|
|
-import { IBRBase, INumFileRef, ITreeScm } from './base';
|
|
|
+import { IBRBase, IFees, INumFileRef, ITreeScm } from './base';
|
|
|
import { ICalcItem } from './calculation';
|
|
|
|
|
|
// 清单固定类别
|
|
|
@@ -283,6 +283,7 @@ export interface IBillIndexRation {
|
|
|
unitPrice: string;
|
|
|
rationGljList: IBillIndexGlj[];
|
|
|
dynamicIndex?: Record<string, string>; // 动态指标,年-月为key 综合指标的映射
|
|
|
+ fees?: IFees; // 费用字段
|
|
|
}
|
|
|
|
|
|
export interface IFBIndex {
|
|
|
@@ -308,6 +309,7 @@ export interface IFBIndex {
|
|
|
dynamicIndex?: Record<string, string>; // 动态指标,年-月为key 综合指标的映射
|
|
|
minUnitPrice?: string;
|
|
|
maxUnitPrice?: string;
|
|
|
+ fees?: IFees; // 费用字段
|
|
|
}
|
|
|
export interface IBillIndex extends IFBIndex {
|
|
|
classCode: string; // 类别别名
|