zjj
2024-11-25 0f69561e397093b5165c4aac58530721d5c62178
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;