#
Junjie
2023-10-30 0aa00e19262d9f23fe4eb0e15451a1d8d694bf44
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;
        }
    }
}