| | |
| | | import com.vincent.rsf.framework.common.Cools; |
| | | import com.vincent.rsf.framework.common.R; |
| | | import com.vincent.rsf.server.api.entity.dto.InTaskMsgDto; |
| | | import com.vincent.rsf.server.api.controller.params.TaskInParam; |
| | | import com.vincent.rsf.server.api.controller.erp.params.TaskInParam; |
| | | import com.vincent.rsf.server.common.annotation.OperationLog; |
| | | import com.vincent.rsf.server.manager.enums.TaskType; |
| | | import com.vincent.rsf.server.api.service.WcsService; |
| | | import com.vincent.rsf.server.system.controller.BaseController; |
| | |
| | | |
| | | @Autowired |
| | | private WcsService wcsService; |
| | | |
| | | // @Autowired |
| | | // private WmsRcsService wmsRcsService; |
| | | |
| | | @ApiOperation(value = "wcs生成入库任务接口") |
| | | @PostMapping("/create/in/task") |
| | |
| | | |
| | | return R.ok(); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * @author Ryan |
| | | * @date 2025/8/27 |
| | | * @description: RCS库位信息同步 |
| | | * @version 1.0 |
| | | */ |
| | | @ApiOperation("RCS库位信息同步") |
| | | @OperationLog("RCS库位信息同步") |
| | | @PostMapping("/sync/locs") |
| | | public R syncLocsToWms() { |
| | | |
| | | return R.ok(); |
| | | // return wmsRcsService.syncLocs(); |
| | | } |
| | | } |