Переглянути джерело

feat(types): 安装增加费统一设置

zhangweicheng 3 роки тому
батько
коміт
5264fec4b1
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      types/src/interface/installation.ts

+ 1 - 1
types/src/interface/installation.ts

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