From 715101e29ad1eb8d70f587237a37d74d50d3fd2a Mon Sep 17 00:00:00 2001 From: zc <zc@123> Date: 星期五, 25 四月 2025 15:23:28 +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