소스 검색

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