#
Junjie
4 天以前 2468af88e9ee9901f1d4d6f1cfdb6361c7400730
src/main/java/com/zy/core/network/entity/ZyDualCrnStatusEntity.java
@@ -78,9 +78,19 @@
    public Integer bay;
    /**
     * 堆垛机当前列号
     */
    public Integer bayTwo;
    /**
     * 堆垛机当前层号
     */
    public Integer level;
    /**
     * 堆垛机当前层号
     */
    public Integer levelTwo;
    /**
     * 当前载货台位置
@@ -97,39 +107,51 @@
    public Integer walkPos;
    /**
     * 走行在定位
     * 0 = 在定位
     * 1 = 不在定位
     */
    public Integer walkPosTwo;
    /**
     * X行走线速度m/min
     */
    private Integer xSpeed;
    private Double xSpeed;
    /**
     * Y行走线速度m/min
     */
    private Integer ySpeed;
    private Double ySpeed;
    /**
     * Z行走线速度m/min
     */
    private Integer zSpeed;
    private Double zSpeed;
    /**
     * Z行走线速度m/min
     */
    private Double zSpeedTwo;
    /**
     * 堆垛机累计走行距离km
     */
    public Integer xDistance;
    public Double xDistance;
    /**
     * 堆垛机累计升降距离km
     */
    public Integer yDistance;
    public Double yDistance;
    /**
     * 堆垛机累计走行时长h
     */
    public Integer xDuration;
    public Double xDuration;
    /**
     * 堆垛机累计升降时长h
     */
    public Integer yDuration;
    public Double yDuration;
    private Integer temp1;