| | |
| | | import com.zy.asrs.wms.apis.wcs.entity.request.RfidSingalRequest; |
| | | import com.zy.asrs.wms.apis.wcs.entity.request.TasksStatusCallbackParam; |
| | | import com.zy.asrs.wms.apis.wcs.services.WcsApiService; |
| | | import com.zy.asrs.wms.asrs.entity.param.BindPlatformParam; |
| | | import com.zy.asrs.wms.asrs.service.PlatformService; |
| | | import com.zy.asrs.wms.system.controller.BaseController; |
| | | import io.netty.util.internal.StringUtil; |
| | |
| | | |
| | | @Autowired |
| | | private WcsApiService wcsApiService; |
| | | |
| | | @Autowired |
| | | private PlatformService platformService; |
| | | |
| | | |
| | | /** |
| | |
| | | return wcsApiService.getPlatforms(); |
| | | } |
| | | |
| | | |
| | | // /** |
| | | // * 绑定订单与集货区关系 |
| | | // * @param platform |
| | | // * @return |
| | | // */ |
| | | // @PostMapping("/bind/shipping/platform") |
| | | // public R bindShippingAndPlatform(@RequestBody BindPlatformParam platform) { |
| | | // return platformService.bindShippingPlatform(platform); |
| | | // } |
| | | // |
| | | |
| | | |
| | | } |