fyxc
2025-05-22 09fcc4ec56a1ce6c0fcb308348d8dd5e2c08d336
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) {