瀏覽代碼

feat(types): 发布失败

zhangweicheng 2 年之前
父節點
當前提交
2bbe309a73
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/installation.ts

+ 1 - 1
types/src/interface/installation.ts

@@ -59,7 +59,7 @@ export interface IInstallFeeItem {
   isCalc: boolean; // 是否记取
   isCalc: boolean; // 是否记取
   seq: number; // 排序
   seq: number; // 排序
   scope?: {
   scope?: {
-    [ID: string]: boolean;
+    [ID: string]: boolean; // 增加范围字段
   };
   };
 }
 }