| | |
| | | private Float restCap; //预估剩余容量 |
| | | private Float restTime; //预估剩余续航时间 |
| | | private String recordtime; //更新时间 |
| | | private String stationName; |
| | | private String provice; |
| | | private String city; |
| | | private String county; |
| | | private String fullName; |
| | | private String powerName; |
| | | private String devName; |
| | | private String battGroupName; |
| | | |
| | | |
| | | public TopDto() { |
| | | this.systemState = 0; |
| | |
| | | this.battALmNum = 0; |
| | | this.devALmNum = 0; |
| | | this.pwrALmNum = 0; |
| | | this.allALmNum = 0; |
| | | this.captestGroupvol = 0.0f; |
| | | this.captestCurr = 0.0f; |
| | | this.captestTimelong = 0; |
| | |
| | | this.restTime = 0.0f; |
| | | this.allALmNum = 0; |
| | | this.recordtime = "1972-01-01 00:00:00"; |
| | | this.stationName = ""; |
| | | this.provice = ""; |
| | | this.city = ""; |
| | | this.county = ""; |
| | | this.fullName = ""; |
| | | this.powerName = ""; |
| | | this.devName = ""; |
| | | this.battGroupName = ""; |
| | | } |
| | | } |