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