From 22d896ad0828c9af90a079185f133c1915302e6d Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 06 十一月 2025 21:23:45 +0800
Subject: [PATCH] 1、 中空任务直通片台任务卡顿fixbug

---
 hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/s7/entity/S7DataZKDLPOne.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/s7/entity/S7DataZKDLPOne.java b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/s7/entity/S7DataZKDLPOne.java
index acea6fd..db818ee 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/s7/entity/S7DataZKDLPOne.java
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/s7/entity/S7DataZKDLPOne.java
@@ -97,6 +97,12 @@
     @S7Variable(address = "DB7.118", type = EDataType.STRING, count = 14)
     private String id6;
 
+    @S7Variable(address = "DB7.1248", type = EDataType.STRING, count = 14)
+    private String id7;
+
+    @S7Variable(address = "DB7.1380", type = EDataType.UINT16)
+    private Integer from7;
+
     @S7Variable(address = "MW1002", type = EDataType.UINT16)
     private Integer alramSignal;
 

--
Gitblit v1.8.0