|
@@ -59,6 +59,9 @@ public class EquipPipeSchedulingPageReqVO extends PageParam {
|
|
|
@Schema(description = "管道类型")
|
|
@Schema(description = "管道类型")
|
|
|
private List<String> typeList;
|
|
private List<String> typeList;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "管道最高级别(GC1/GC2/GC3/GB1/GB2/GA1/GA2)")
|
|
|
|
|
+ private List<String> pipeClassList;
|
|
|
|
|
+
|
|
|
@Schema(description = "计划ID")
|
|
@Schema(description = "计划ID")
|
|
|
private String taskId;
|
|
private String taskId;
|
|
|
|
|
|