md
This commit is contained in:
parent
986a12fb97
commit
37b5a34c70
@ -107,8 +107,8 @@ public class Oms2cWarehouseInController extends BaseController
|
||||
* 导出进仓单模板
|
||||
* @return
|
||||
*/
|
||||
@Log(title = "导出进仓单", businessType = BusinessType.EXPORT)
|
||||
@PostMapping("/exportWarehouseInTpl")
|
||||
@Log(title = "导出进仓单文件", businessType = BusinessType.EXPORT)
|
||||
@GetMapping("/exportWarehouseInTpl")
|
||||
public void exportWarehouseInTpl(HttpServletResponse servletResponse, @RequestBody WaybillOrder waybillOrder) throws IOException {
|
||||
|
||||
Response response = this.iRpcWarehouseInSvc.exportWarehouseInTpl(waybillOrder);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user