| | |
| | | package com.vincent.rsf.openApi.controller; |
| | | |
| | | |
| | | import com.vincent.rsf.framework.common.R; |
| | | import com.vincent.rsf.framework.exception.CoolException; |
| | | import com.vincent.rsf.openApi.entity.dto.CommonResponse; |
| | | import com.vincent.rsf.openApi.entity.params.ErpMatnrParms; |
| | |
| | | } |
| | | |
| | | @ApiOperation("盘点差异修改") |
| | | @PostMapping("/report/check") |
| | | public CommonResponse reportCheck(@RequestBody Map<String, Object> params) { |
| | | return wmsErpService.reportCheck(params); |
| | | @PostMapping("/check/locitem/update") |
| | | public CommonResponse reportCheck(@RequestBody ReportParams params) { |
| | | return wmsErpService.reportOrders(params); |
| | | } |
| | | |
| | | } |