소스 검색

feat(types): 新增定额管理费

vian 3 년 전
부모
커밋
b390b24a55
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      types/src/interface/ration.ts

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

@@ -355,6 +355,10 @@ export interface IRation extends IBRBase {
   rationInstallList?: IRationInstall[]; // 定额安装增加
   rationInstallList?: IRationInstall[]; // 定额安装增加
   rationItemList?: IIncreaseSettingItem[];
   rationItemList?: IIncreaseSettingItem[];
   addFromElf?: boolean; // 是否从清单精灵插入
   addFromElf?: boolean; // 是否从清单精灵插入
+  manageFee1?: number; // 一类地区管理费
+  manageFee2?: number; // 二类地区管理费
+  manageFee3?: number; // 三类地区管理费
+  manageFee4?: number; // 四类地区管理费
   [key: string]: any;
   [key: string]: any;
 }
 }