From 1a2b07f01ba4616fd9e894dddf474b56d020158c Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期一, 07 四月 2025 15:18:51 +0800 Subject: [PATCH] 整理版本 --- pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1/downVos/ComA1Vo.java | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1/downVos/ComA1Vo.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1/downVos/ComA1Vo.java new file mode 100644 index 0000000..dc678ea --- /dev/null +++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V1/downVos/ComA1Vo.java @@ -0,0 +1,23 @@ +package com.dy.common.mw.protocol.p206V1.downVos; + +import lombok.Data; + +/** + * @Author: liurunyu + * @Date: 2024/5/28 21:30 + * @Description 瀹氭椂鍏抽榾寮�闃� + */ +@Data +public class ComA1Vo { + public String icCardNo ;//17浣嶈櫄鎷烮C鍗$紪鍙�(鍗忚鏄�10浣嶆暟瀛�) + public Double moneyRemain;//鍓╀綑閲戦(鍙栧�艰寖鍥�0.00~999999.99锛屽崟浣嶄负鍏�) + public Double waterPrice;//姘翠环(鍙栧�艰寖鍥�0.00~99.99鍏�/m3) + public Integer minutes ;//鐢ㄦ按鏃堕暱锛�0~9999鍒嗛挓锛� + public Integer year ; //璁″垝寮�闃�鏃堕棿---骞� + public Integer month ;//璁″垝寮�闃�鏃堕棿---鏈� + public Integer day ;//璁″垝寮�闃�鏃堕棿---鏃� + public Integer hour ;//璁″垝寮�闃�鏃堕棿---鏃� + public Integer minute ;//璁″垝寮�闃�鏃堕棿---鍒� + + public String orderNo ;//璁㈠崟鍙凤紙16浣嶆暟瀛楋級 +} -- Gitblit v1.8.0