| | |
| | | public class DataCd83Vo { |
| | | |
| | | public String controllerType;//控制器类型 01(0x01):测控一体阀;57(0x57):井电控制器 |
| | | public Integer projectNo ;//控制器类型 0x01:测控一体阀;0x57:井电控制器 |
| | | public Integer projectNo ;//项目编号 |
| | | public Double waterTotalAmountYear ;//本年累计流量 |
| | | public Double waterTotalAmountMeter ;//水表累计流量 |
| | | public Double eleTotalAmountYear ;//本年累计电量 |
| | |
| | | public Double waterUserTotalAmountDay ;// 当日用户用水量 |
| | | public Double lossTotalAmountDay ;// 漏损水量 |
| | | public Double batteryVolt ;//后备电池电压 |
| | | public Double rtuDt ;//上报时间(yyyy-mm-dd HH) |
| | | public String dataDt ;//数据时间(yyyy-mm-dd) |
| | | public String rtuDt ;//RTU时钟(上报时刻)(yyyy-mm-dd HH:00:00) |
| | | |
| | | public String comName ;//命令名称 |
| | | |