浏览代码

fix(types): 修正类型

zhangweicheng 4 年之前
父节点
当前提交
ece3c41464
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;