#
Junjie
6 天以前 f6046d2fc1503dc76fc06c51604b480664f532a3
src/main/java/com/zy/core/network/entity/ZyDualCrnStatusEntity.java
@@ -47,20 +47,6 @@
    public Integer statusTwo;
    /**
     * 堆垛机当前列号
     */
    public Integer bay;
    public Integer bayTwo;
    /**
     * 堆垛机当前层号
     */
    public Integer level;
    public Integer levelTwo;
    /**
     * 当前货叉位置
     * 0 = 货叉原位
     * 1 = 货叉在左侧
@@ -71,13 +57,37 @@
    public Integer forkPosTwo;
    /**
     * 载货台有物
     */
    public Integer loaded;
    public Integer loadedTwo;
    /**
     * 任务接收状态
     * 0 = 未接收
     * 1 = 已接收
     */
    public Integer taskReceive;
    public Integer taskReceiveTwo;
    /**
     * 堆垛机当前列号
     */
    public Integer bay;
    /**
     * 堆垛机当前层号
     */
    public Integer level;
    /**
     * 当前载货台位置
     * 0 = 下定位
     * 1 = 上定位
     */
    public Integer liftPos;
    public Integer liftPosTwo;
    /**
     * 走行在定位
@@ -85,15 +95,6 @@
     * 1 = 不在定位
     */
    public Integer walkPos;
    public Integer walkPosTwo;
    /**
     * 载货台有物
     */
    public Integer loaded;
    public Integer loadedTwo;
    /**
     * X行走线速度m/min
@@ -138,4 +139,10 @@
    private Integer temp4;
    //货物类型
    private Integer goodsType;
    //条码
    private String barcode;
}