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