@@ -37,6 +37,7 @@ export interface IFeeRule extends IBaseFeeRule {
feeItemID: string;
position?: string; // 记取位置
billID?: string; // 记取位置对应的清单ID
+ isAdd?: boolean; // 是否新增
}
// 安装增加费-分册章节
@@ -291,6 +291,7 @@ export interface IRationInstall {
itemName: string;
sectionName: string;
unifiedSetting: boolean; // 0:false 1:true 按统一设置
export interface IThirdRation {
ration: IStdRation;