Explorar el Código

fix(types): 修正类型

zhangweicheng hace 5 años
padre
commit
ece3c41464
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;