From d5dab07dc674de7edbbc1bd6ade0486f54fbdb26 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 06 五月 2025 19:19:35 +0800 Subject: [PATCH] 1、实现万用token(0000-0000-1234-9876-5); 2、web端单独实现命令结果等待器,并修改相关部分; 3、web端实现透传命令; 4、修改一些不当注释; 5、优化一些代码。 --- pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V2/downVos/ComA2Vo.java | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V2/downVos/ComA2Vo.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V2/downVos/ComA2Vo.java new file mode 100644 index 0000000..8b35949 --- /dev/null +++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V2/downVos/ComA2Vo.java @@ -0,0 +1,22 @@ +package com.dy.common.mw.protocol.p206V2.downVos; + +import lombok.Data; + +/** + * @Author: liurunyu + * @Date: 2024/5/28 21:30 + * @Description 瀹氭椂鍏抽榾寮�闃� + */ +@Data +public class ComA2Vo { + public String icCardNo ;//17浣嶈櫄鎷烮C鍗$紪鍙�(鍗忚鏄�10浣嶆暟瀛�) + public Double moneyRemain;//鍓╀綑閲戦(鍙栧�艰寖鍥�0.00~999999.99锛屽崟浣嶄负鍏�) + public Double waterPrice;//姘翠环(鍙栧�艰寖鍥�0.00~99.99鍏�/m3) + public Integer waterAmount ;//棰勭敤姘撮噺锛�0~9999 m3锛� + public Integer year ; //璁″垝寮�闃�鏃堕棿---骞� + public Integer month ;//璁″垝寮�闃�鏃堕棿---鏈� + public Integer day ;//璁″垝寮�闃�鏃堕棿---鏃� + public Integer hour ;//璁″垝寮�闃�鏃堕棿---鏃� + public Integer minute ;//璁″垝寮�闃�鏃堕棿---鍒� + public String orderNo ;//璁㈠崟鍙凤紙16浣嶆暟瀛楋級 +} -- Gitblit v1.8.0