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; } } }