Junjie
2024-09-03 01caa61052be94abef9d84f63f97ea427cd1e043
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;