Explorar el Código

feat(types): 发布失败

zhangweicheng hace 3 años
padre
commit
2bbe309a73
Se han modificado 1 ficheros con 1 adiciones y 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; // 增加范围字段
   };
 }