|
|
@@ -167,7 +167,7 @@ export interface IBaseRation {
|
|
|
rationAssList?: IStdRationAss[];
|
|
|
rationInstList?: IStdRationInstall[];
|
|
|
rationTemplateList?: IStdRationTemp[];
|
|
|
- fromType?: FromType; // 单条查找结果时用到
|
|
|
+ from?: FromType; // 单条查找结果时用到
|
|
|
}
|
|
|
export interface IStdRation extends IBaseRation {
|
|
|
ID: number;
|