Sfoglia il codice sorgente

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

zhangweicheng 3 anni fa
parent
commit
ec0ff1a8c5
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 {