#
Junjie
2025-03-14 66c8b4e8c8abdb1670372af44b5c9f0cfb39c5cc
src/main/java/com/zy/core/model/command/ShuttleRedisCommand.java
@@ -11,10 +11,10 @@
public class ShuttleRedisCommand implements Serializable {
    //四向穿梭车号
    private Short shuttleNo;
    private Integer shuttleNo;
    //工作号
    private Short wrkNo;
    private Integer wrkNo;
    //命令执行步序
    private Integer commandStep;