#
Junjie
2025-08-13 d10461714f4ee2d4efe67ba63884f77c4cac9c18
src/main/java/com/zy/core/model/command/LiftRedisCommand.java
@@ -8,10 +8,10 @@
public class LiftRedisCommand implements Serializable {
    //提升机号
    private Short liftNo;
    private Integer liftNo;
    //工作号
    private Short wrkNo;
    private Integer wrkNo;
    //命令执行步序
    private Integer commandStep;