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