Junjie
2023-10-28 b81245aa621ac10e3066e6e7bed932ee3ec5b91a
src/main/java/com/zy/core/model/protocol/NyShuttleProtocol.java
@@ -582,4 +582,10 @@
            }
        }
    }
    public void setShuttleNo(Short shuttleNo) {
        if (shuttleNo != 0) {
            this.shuttleNo = shuttleNo;
        }
    }
}