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