Explorar o código

feat(types): 发布失败

zhangweicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
2bbe309a73
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/installation.ts

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

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