| | |
| | | */ |
| | | |
| | | @Data |
| | | @JsonPropertyOrder({ "intakeId", "rtuAddr", "intakeNum", "isOnLine", "isBinded", "alarm" ,"instantAmount", "totalAmount"}) |
| | | @JsonPropertyOrder({ "intakeId", "rtuAddr", "protocol", "protocolVersion", "intakeNum", "isOnLine", "isBinded", "alarm" ,"instantAmount", "totalAmount"}) |
| | | public class VoOnLineIntake implements BaseEntity { |
| | | private static final long serialVersionUID = 202405271703001L; |
| | | |
| | |
| | | * 阀控器地址 |
| | | */ |
| | | private String rtuAddr; |
| | | /** |
| | | * 阀控器通信协议 |
| | | */ |
| | | private String protocol; |
| | | /** |
| | | * 阀控器通信协议 |
| | | */ |
| | | private Integer protocolVersion; |
| | | |
| | | /** |
| | | * 取水口编号 |