Explorar el Código

fix(types): 修改提取位置

zhangweicheng hace 4 años
padre
commit
82b54848a3
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

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