rev:转运任务

This commit is contained in:
zhangzq
2024-12-13 10:43:26 +08:00
parent 2357e01c50
commit 039bd6283b

View File

@@ -144,7 +144,7 @@ public class DeviceManageController {
@SaIgnore
@Log("转运确认")
public ResponseEntity<TableDataInfo> transfConfirm(@RequestBody JSONObject param) {
// {"start":"1123","end":"1131"}
// {"start":"1123","end":"1131","vehicle_code":XXX}
tranforTask.createTask(param);
return new ResponseEntity<>(TableDataInfo.build(),HttpStatus.OK);
}