Przeglądaj źródła

fix(types): 修正类型

zhangweicheng 4 lat temu
rodzic
commit
ece3c41464
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/src/interface/ration.ts

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

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