소스 검색

fix(types): 修改提取位置

zhangweicheng 5 년 전
부모
커밋
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[];
 }