From 6cf345bc8fe98d393320b89182f9293171aa19ff Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 22 四月 2025 16:39:55 +0800
Subject: [PATCH] 1、根据江海协议中开阀类型变化,修改相应代码; 2、江海协议RTU模拟器启动参数注释。

---
 pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/UpComResVo.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/UpComResVo.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/UpComResVo.java
new file mode 100644
index 0000000..00028e0
--- /dev/null
+++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/UpComResVo.java
@@ -0,0 +1,11 @@
+package com.dy.common.mw.protocol;
+
+/**
+ * @Author: liurunyu
+ * @Date: 2024/10/21 16:29
+ * @Description RTU涓婅鍛戒护搴旂瓟鏁版嵁鎺ュ彛瀹氫箟
+ */
+public interface UpComResVo extends UpDataVo {
+    String comLog() ;
+    String comLog(String code) ;
+}

--
Gitblit v1.8.0