Sfoglia il codice sorgente

feat(types): 发布失败

zhangweicheng 3 anni fa
parent
commit
2bbe309a73
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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; // 增加范围字段
   };
   };
 }
 }