| package com.dy.common.mw.protocol.p206V202404.downVos; | 
|   | 
| import lombok.Data; | 
|   | 
| @Data | 
| public class ComCd37Vo { | 
|     public String controllerType;//控制器类型 01(0x01):测控一体阀;02(0x02):表阀一体机;57(0x57):井电控制器 | 
|     public Integer projectNo ;//项目编号 | 
|     public String icCardNo ;//用户卡序列号(17位数字)(6字节BCD,2字节HEX) | 
|     public Double waterRemain ;//用户剩余水量, 两个小数点, 单位m3, 0~99999999.99 | 
|     public Double moneyRemain ;//用户剩余金额, 两个小数点, 单位元, 0~999999.99 | 
|     public Double waterPrice ;//水量单价 单位:元, 2个小数点 | 
|     public Double elePrice ;//电量单价 单位:元, 2个小数点 | 
|     public String orderNo ;//订单号(16位数字) | 
|   | 
|     public Integer year ; //计划开阀时间---年 | 
|     public Integer month ;//计划开阀时间---月 | 
|     public Integer day ;//计划开阀时间---日 | 
|     public Integer hour ;//计划开阀时间---时 | 
|     public Integer minute ;//计划开阀时间---分 | 
|   | 
|     public Integer minutes ;//用水时长(0~9999分钟) | 
| } |