From 2cd165b0fae397281801939182436837e0a55ad0 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 21 四月 2026 10:10:07 +0800
Subject: [PATCH] #堆垛机增加镭射值-V3.0.0.6

---
 src/main/java/com/zy/core/network/entity/ZyCrnStatusEntity.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/core/network/entity/ZyCrnStatusEntity.java b/src/main/java/com/zy/core/network/entity/ZyCrnStatusEntity.java
index 195ba46..948e3cf 100644
--- a/src/main/java/com/zy/core/network/entity/ZyCrnStatusEntity.java
+++ b/src/main/java/com/zy/core/network/entity/ZyCrnStatusEntity.java
@@ -119,6 +119,11 @@
      */
     public Integer taskReceive;
 
+    /**
+     * 闀皠鍊�
+     */
+    private Integer laserValue;
+
     private Integer temp1;
 
     private Integer temp2;

--
Gitblit v1.9.1