Junjie
2025-05-09 7e129b703408f5d2f1409f8c5a3af9c4cb3d86f6
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/model/command/ShuttleRedisCommand.java
@@ -10,11 +10,13 @@
@Data
public class ShuttleRedisCommand implements Serializable {
    private static final long serialVersionUID = 1L;
    //四向穿梭车号
    private Integer shuttleNo;
    //工作号
    private Integer wrkNo;
    private Integer taskNo;
    //命令执行步序
    private Integer commandStep;