فهرست منبع

feat(types): 费用规则是否新增

vian 3 سال پیش
والد
کامیت
66410d06a0
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      types/src/interface/installation.ts
  2. 1 0
      types/src/interface/ration.ts

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

@@ -37,6 +37,7 @@ export interface IFeeRule extends IBaseFeeRule {
   feeItemID: string;
   feeItemID: string;
   position?: string; // 记取位置
   position?: string; // 记取位置
   billID?: string; // 记取位置对应的清单ID
   billID?: string; // 记取位置对应的清单ID
+  isAdd?: boolean; // 是否新增
 }
 }
 
 
 // 安装增加费-分册章节
 // 安装增加费-分册章节

+ 1 - 0
types/src/interface/ration.ts

@@ -291,6 +291,7 @@ export interface IRationInstall {
   itemName: string;
   itemName: string;
   sectionName: string;
   sectionName: string;
   unifiedSetting: boolean; // 0:false 1:true  按统一设置
   unifiedSetting: boolean; // 0:false 1:true  按统一设置
+  isAdd?: boolean; // 是否新增
 }
 }
 export interface IThirdRation {
 export interface IThirdRation {
   ration: IStdRation;
   ration: IStdRation;