Browse Source

feat(types): 添加默认的工作内容属性

zhangweicheng 4 years ago
parent
commit
f833b33f21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/ration.ts

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

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