#
Junjie
2024-04-17 c036b0582e39b53516d88f26df587b5a61c4b2f2
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;