Explorar o código

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

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
2e2dc4f7ca
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      types/src/interface/ration.ts

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

@@ -204,6 +204,10 @@ export interface IBaseRation {
   addFromElf?: boolean; // 是否从清单精灵插入
   from?: FromType; // 单条查找结果时用到
   jobContentText?: string; // 默认工作内容
+  manageFee1?: number; // 一类地区管理费
+  manageFee2?: number; // 二类地区管理费
+  manageFee3?: number; // 三类地区管理费
+  manageFee4?: number; // 四类地区管理费
 }
 export interface IStdRation extends IBaseRation {
   ID: number;