瀏覽代碼

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[];