From a16dcef8f200b787fcde115088cb699b167c3023 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期六, 02 九月 2023 18:12:15 +0800
Subject: [PATCH] 获取plc写入地址只处理本设备的消息

---
 model/common/common.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/model/common/common.go b/model/common/common.go
index a8fc8af..31ece9c 100644
--- a/model/common/common.go
+++ b/model/common/common.go
@@ -63,6 +63,7 @@
 	ResponsePlcAddress struct {
 		KeyData     []byte
 		AddressData []byte
+		DeviceId    string
 	}
 )
 

--
Gitblit v1.8.0