#
luxiaotao1123
2024-04-11 12bea86c9cb51f98fd5f2de904bb6a8d30e9e0e8
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/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;