|
@@ -24,9 +24,12 @@ public class IotProjectTaskPageReqVO extends PageParam {
|
|
@Schema(description = "井号", example = "赵六")
|
|
@Schema(description = "井号", example = "赵六")
|
|
private String wellName;
|
|
private String wellName;
|
|
|
|
|
|
- @Schema(description = "井型/井别", example = "2")
|
|
|
|
|
|
+ @Schema(description = "井型", example = "2")
|
|
private String wellType;
|
|
private String wellType;
|
|
|
|
|
|
|
|
+ @Schema(description = "井别", example = "2")
|
|
|
|
+ private String wellCategory;
|
|
|
|
+
|
|
@Schema(description = "施工地点")
|
|
@Schema(description = "施工地点")
|
|
private String location;
|
|
private String location;
|
|
|
|
|