Explorar o código

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

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
66410d06a0
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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;
   position?: string; // 记取位置
   billID?: string; // 记取位置对应的清单ID
+  isAdd?: boolean; // 是否新增
 }
 
 // 安装增加费-分册章节

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

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