Преглед на файлове

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

zhangweicheng преди 3 години
родител
ревизия
ee3dbfc32f
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      types/src/interface/installation.ts

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

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