自动化立体仓库 - WCS系统
#
LSH
2024-03-27 7d25794f31a059ea2bdbf0548c294ea2d671d1f4
src/main/java/com/zy/asrs/entity/BasDevp.java
@@ -129,7 +129,7 @@
    @ApiModelProperty(value= "条形码")
    private String barcode;
    @ApiModelProperty(value= "")
    @ApiModelProperty(value= "入库暂存数")
    @TableField("in_qty")
    private Integer inQty;
@@ -214,6 +214,26 @@
    @TableField("cart_pos")
    private Integer cartPos;
    @ApiModelProperty(value= "")
    @TableField("agv_start_pick")
    private Integer agvStartPick;
    @ApiModelProperty(value= "")
    @TableField("agv_target_pick")
    private Integer agvTargetPick;
    @ApiModelProperty(value= "")
    @TableField("agv_start_place")
    private Integer agvStartPlace;
    @ApiModelProperty(value= "")
    @TableField("agv_target_place")
    private Integer agvTargetPlace;
    @ApiModelProperty(value= "异常码")
    @TableField("sta_err")
    private Integer staErr;
    public String getIoTime$(){
        if (Cools.isEmpty(this.ioTime)){