|
|
@@ -200,6 +200,7 @@ export interface IBaseRation {
|
|
|
rationAssList?: IBaseRationAss[];
|
|
|
rationInstList?: IStdRationInstall[];
|
|
|
rationTemplateList?: IStdRationTemp[];
|
|
|
+ addFromElf?: boolean; // 是否从清单精灵插入
|
|
|
from?: FromType; // 单条查找结果时用到
|
|
|
}
|
|
|
export interface IStdRation extends IBaseRation {
|
|
|
@@ -340,6 +341,7 @@ export interface IRation extends IBRBase {
|
|
|
rationCoeList?: IRationCoe[]; // 定额调整系数
|
|
|
rationTemplate?: IRationTemplate; // 定额模板
|
|
|
rationInstallList?: IRationInstall[]; // 定额安装增加
|
|
|
+ addFromElf?: boolean; // 是否从清单精灵插入
|
|
|
}
|
|
|
|
|
|
export interface IRations {
|