From 20b400c3fd2d1c0540a739c81ca0a145e7a3ce7b Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 23 六月 2025 14:09:23 +0800 Subject: [PATCH] refactor(card): 根据水卡编号获取卡信息 --- pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/Notify.java | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/Notify.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/Notify.java new file mode 100644 index 0000000..e1b1bde --- /dev/null +++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/Notify.java @@ -0,0 +1,20 @@ +package com.dy.common.mw.protocol; + +/** + * @Author: liurunyu + * @Date: 2024/11/3 13:12 + * @Description 鍙湁椹卞姩+鍗忚瑙f瀽鍣ㄦ墠鐭ラ亾RTU鐪熷疄鐨勭姸鎬侊紝鎵�浠ユ彁渚涙鎺ュ彛锛屽悜澶栭�氱煡璁惧鐨勪竴浜涚姸鎬� + */ +public interface Notify { + /** + * RTU淇℃伅閫氱煡 + * @param rtuAddr + * @param protocolName + * @param protocolVersion + * @param info + */ + void notify(String rtuAddr, + String protocolName, + Short protocolVersion, + NotifyInfo ...info) ; +} -- Gitblit v1.8.0