新增-智能分线相关接口

This commit is contained in:
liuzhaotian
2024-11-18 09:17:07 +08:00
parent f719f9916d
commit ff4eccc2f2
22 changed files with 313 additions and 1145 deletions
@@ -69,7 +69,7 @@ public class PlanController {
@GetMapping("/get")
@Operation(summary = "获得排单")
@Parameter(name = "id", description = "排单id", required = true, example = "1024")
@Parameter(name = "id", description = "排单id", required = true)
@PreAuthorize("@ss.hasPermission('placeorder:query')")
public CommonResult<PlanRespVO> getPlan(@RequestParam("id") @NotNull(message = "排单数据异常,请重新操作") Long id) {
PlanRespVO plan = planService.getPlan(id);