|  |  |  | 
|---|
|  |  |  | import com.vincent.rsf.openApi.entity.dto.CommonResponse; | 
|---|
|  |  |  | import com.vincent.rsf.openApi.entity.params.ErpMatnrParms; | 
|---|
|  |  |  | import com.vincent.rsf.openApi.entity.params.ErpOpParams; | 
|---|
|  |  |  | import com.vincent.rsf.openApi.entity.params.ReportParams; | 
|---|
|  |  |  | import com.vincent.rsf.openApi.service.WmsErpService; | 
|---|
|  |  |  | import io.swagger.annotations.Api; | 
|---|
|  |  |  | import io.swagger.annotations.ApiOperation; | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiOperation("物料信息上报") | 
|---|
|  |  |  | @ApiOperation("订单信息上报") | 
|---|
|  |  |  | @PostMapping("/report/order") | 
|---|
|  |  |  | public CommonResponse reportOrders(@RequestBody Map<String, Object> params) { | 
|---|
|  |  |  | public CommonResponse reportOrders(@RequestBody ReportParams params) { | 
|---|
|  |  |  | if (Objects.isNull(params)) { | 
|---|
|  |  |  | throw new CoolException("参数不能为空!!"); | 
|---|
|  |  |  | } | 
|---|