#
Junjie
2023-11-14 5809c327a8a2186b79c111ed88e0cde41e5bc8f9
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;
        }
    }
}