From ed265ddfb8f08f69af064a9adf65fcbf06289ffe Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期二, 11 二月 2025 14:07:54 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/model/protocol/ShuttleProtocol.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/core/model/protocol/ShuttleProtocol.java b/src/main/java/com/zy/core/model/protocol/ShuttleProtocol.java
index 9f7b0bd..b785a03 100644
--- a/src/main/java/com/zy/core/model/protocol/ShuttleProtocol.java
+++ b/src/main/java/com/zy/core/model/protocol/ShuttleProtocol.java
@@ -164,6 +164,11 @@
     private Integer yCurrent = 0;
 
     /**
+     * 婕旂ず妯″紡
+     */
+    private Boolean demo = false;
+
+    /**
      * 鏃ュ織閲囬泦鏃堕棿
      */
     private Long deviceDataLog = System.currentTimeMillis();
@@ -182,6 +187,11 @@
      * 鎵╁睍瀛楁
      */
     private Object extend;
+
+    /**
+     * 绯荤粺娑堟伅
+     */
+    private String systemMsg;
 
     public String getProtocolStatus$() {
         if (this.protocolStatusType == null) {
@@ -319,6 +329,14 @@
         return this.pakMk ? "Y" : "N";
     }
 
+    public String getDemo$() {
+        if (this.demo == null) {
+            return "";
+        }
+
+        return this.demo ? "Y" : "N";
+    }
+
     public HashMap<String, Object> getPoint() {
         HashMap<String, Object> map = new HashMap<>();
         if (this.currentCode == null) {

--
Gitblit v1.9.1