| New file | 
 |  |  | 
 |  |  | package com.dy.pipIrrGlobal.voSt; | 
 |  |  |  | 
 |  |  | import com.fasterxml.jackson.annotation.JsonPropertyOrder; | 
 |  |  | import lombok.Data; | 
 |  |  | import lombok.EqualsAndHashCode; | 
 |  |  | import org.springframework.format.annotation.DateTimeFormat; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  |  * @author :WuZeYu | 
 |  |  |  * @Date :2024/10/11  9:45 | 
 |  |  |  * @LastEditTime :2024/10/11  9:45 | 
 |  |  |  * @Description | 
 |  |  |  */ | 
 |  |  | @Data | 
 |  |  | @JsonPropertyOrder({ "intakeId", "intakeNum", "blockName", "lng", "lat" | 
 |  |  |         ,"rtuAddr" | 
 |  |  | }) | 
 |  |  | @EqualsAndHashCode(callSuper=false) | 
 |  |  | public class VoIntakeUnReported extends VoIntake{ | 
 |  |  |     /** | 
 |  |  |      * 阀控器地址 | 
 |  |  |      */ | 
 |  |  |     public String rtuAddr; | 
 |  |  |  | 
 |  |  | } |