Explorar o código

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

zhangweicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
ec0ff1a8c5
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 {