Explorar o código

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

zhangweicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
5264fec4b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/installation.ts

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

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