创建排单混单选择大板信息接口

This commit is contained in:
liuzhaotian
2025-02-22 14:20:31 +08:00
parent ea1f664320
commit a61b3498d2
@@ -185,4 +185,14 @@ public class PlanController {
}
@PostMapping("getPlanGoodsList")
@Operation(summary = "未排单混单获取分类的排单信息")
@PreAuthorize("@ss.hasPermission('manage:un-order-olan:create')")
public CommonResult<List<PlanActualGoodsResp>> getPlanGoodsList(@Valid @RequestBody SavePlanPlateList savePlanPlateList) {
return success(planService.getPlanGoodsList(savePlanPlateList));
}
}