zhangweicheng 4 лет назад
Родитель
Сommit
627a866930
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      types/src/interface/ration.ts

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

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