|
@@ -1,4 +1,4 @@
|
|
|
-import { ILabourCoe } from './labourCoe';
|
|
|
|
|
|
|
+import { ILabourCoeFile } from './labourCoe';
|
|
|
import { IIncreaseSetting } from './increaseFee';
|
|
import { IIncreaseSetting } from './increaseFee';
|
|
|
import { ITreeScm, IFileRef, DeleteEnum, INumFileRef } from './base';
|
|
import { ITreeScm, IFileRef, DeleteEnum, INumFileRef } from './base';
|
|
|
import { ICalcOption, ITenderSetting } from './calculation';
|
|
import { ICalcOption, ITenderSetting } from './calculation';
|
|
@@ -191,7 +191,7 @@ export interface IProperty {
|
|
|
progressiveInterval?: IProgressiveInterval[]; // 累进区间
|
|
progressiveInterval?: IProgressiveInterval[]; // 累进区间
|
|
|
gljAdjustType?: GLJAdjustType; // 承包人材料调整类型
|
|
gljAdjustType?: GLJAdjustType; // 承包人材料调整类型
|
|
|
cptIllustration?: string; // 编制说明
|
|
cptIllustration?: string; // 编制说明
|
|
|
- labourCoeFile?: ILabourCoe; // 人工系数文件
|
|
|
|
|
|
|
+ labourCoeFile?: ILabourCoeFile; // 人工系数文件
|
|
|
engineerInfos?: IInfoItem[];
|
|
engineerInfos?: IInfoItem[];
|
|
|
engineerFeatures?: IEngineerFeature[];
|
|
engineerFeatures?: IEngineerFeature[];
|
|
|
materials?: IMaterialIndex[];
|
|
materials?: IMaterialIndex[];
|