|
|
@@ -70,7 +70,7 @@ export interface IInstallationFee {
|
|
|
libName: string;
|
|
|
projectID: string;
|
|
|
calcType: FeeItemCalcType; // 分项费用计取方式
|
|
|
- unifiedSetting?: boolean;
|
|
|
+ coverSetting?: boolean; // 是否覆盖设置
|
|
|
installFeeItems: IInstallFeeItem[];
|
|
|
installSections: IInstallSection[];
|
|
|
feeRules: IFeeRule[];
|