#
Junjie
2025-01-14 900f7032f7e701efd4741c2bcabeaad969e5fd3f
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) {