From 4e005e4936039fca16bfd1679942daa416a21986 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 20 十一月 2025 14:27:47 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/network/entity/ZyRgvStatusEntity.java |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/core/network/entity/ZyRgvStatusEntity.java b/src/main/java/com/zy/core/network/entity/ZyRgvStatusEntity.java
index 0dc5d6c..8fedd26 100644
--- a/src/main/java/com/zy/core/network/entity/ZyRgvStatusEntity.java
+++ b/src/main/java/com/zy/core/network/entity/ZyRgvStatusEntity.java
@@ -5,6 +5,8 @@
 @Data
 public class ZyRgvStatusEntity {
 
+    private Integer rgvNo;
+
     private Integer mode;
 
     private Integer taskNo;
@@ -12,7 +14,14 @@
     private Integer status;
 
     private Integer rgvPos;
-    
+
+    /**
+     * 璧拌鍦ㄥ畾浣�
+     * 0 = 鍦ㄥ畾浣�
+     * 1 = 涓嶅湪瀹氫綅
+     */
+    public Integer walkPos;
+
     private Integer loaded;
 
     private Integer alarm;

--
Gitblit v1.9.1