فهرست منبع

fix(types): 修改提取位置

zhangweicheng 4 سال پیش
والد
کامیت
82b54848a3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      types/src/interface/ration.ts

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

@@ -239,7 +239,7 @@ export interface ITemplateItem {
   billID?: string; // 记取位置对应的清单ID
 }
 export interface IRationTemplate {
-  CreateLocation: CreateLocation; // 提取位置
+  createLocation: CreateLocation; // 提取位置
   templateList: ITemplateItem[];
 }