| | |
| | | package com.dy.common.mw.protocol.p206V1_0_0.upVos; |
| | | |
| | | import com.dy.common.mw.protocol.UpComResVo; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | |
| | | * @Description |
| | | */ |
| | | @Data |
| | | public class DataCd6CVo { |
| | | public class DataCd6CVo implements UpComResVo { |
| | | public Double price ; |
| | | |
| | | public String toString(){ |
| | |
| | | |
| | | return sb.toString() ; |
| | | } |
| | | |
| | | public String comLog(){ |
| | | StringBuilder sb = new StringBuilder() ; |
| | | sb.append("查询水价命令回复:\n"); |
| | | sb.append(" 水价:"); |
| | | sb.append(price); |
| | | sb.append("\n"); |
| | | return sb.toString() ; |
| | | } |
| | | |
| | | @Override |
| | | public String comLog(String code) { |
| | | return null; |
| | | } |
| | | } |