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(); @@ -319,6 +324,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) {