Browse Source

feat(types): 安装增加费增加范围字段

zhangweicheng 2 years ago
parent
commit
ec0ff1a8c5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      types/src/interface/installation.ts

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

@@ -58,6 +58,9 @@ export interface IInstallFeeItem {
   billID?: string; // 记取位置对应的清单ID
   isCalc: boolean; // 是否记取
   seq: number; // 排序
+  scope?: {
+    [ID: string]: boolean;
+  };
 }
 
 export enum FeeItemCalcType {