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