|
|
@@ -202,6 +202,7 @@ export interface IBaseRation {
|
|
|
rationTemplateList?: IStdRationTemp[];
|
|
|
addFromElf?: boolean; // 是否从清单精灵插入
|
|
|
from?: FromType; // 单条查找结果时用到
|
|
|
+ jobContentText?: string; // 默认工作内容
|
|
|
}
|
|
|
export interface IStdRation extends IBaseRation {
|
|
|
ID: number;
|