|
|
|
|
@ -118,7 +118,8 @@ public class OrderBoxController extends BladeController { |
|
|
|
|
@Parameter(name = "wcId", description = "作业中心ID", in = ParameterIn.QUERY, schema = @Schema(type = "Long")), |
|
|
|
|
@Parameter(name = "taskStatus", description = "当前状态 0:退回(超重) 1:站点 2:库位 3:等待 4:回库 5:结束", in = ParameterIn.QUERY, schema = @Schema(type = "Integer")), |
|
|
|
|
@Parameter(name = "startTime", description = "开始时间", in = ParameterIn.QUERY, schema = @Schema(type = "Date")), |
|
|
|
|
@Parameter(name = "endTime", description = "结束时间", in = ParameterIn.QUERY, schema = @Schema(type = "Date")) |
|
|
|
|
@Parameter(name = "endTime", description = "结束时间", in = ParameterIn.QUERY, schema = @Schema(type = "Date")), |
|
|
|
|
@Parameter(name = "status", description = "任务状态", in = ParameterIn.QUERY, schema = @Schema(type = "String")) |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
public R<IPage<TaskVO>> page(@Parameter(hidden = true) TaskDto taskDto, Query query) { |
|
|
|
|
|