Преглед на файлове

feat(types): fromType => from

zhangweicheng преди 5 години
родител
ревизия
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;