自动化立体仓库 - WMS系统
zyx
2024-04-24 9d2d63ee09e8bcf494fc3fd14a48d82731fac9ef
src/main/java/com/zy/asrs/entity/AgvWaitPakin.java
@@ -151,6 +151,10 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    @ApiModelProperty(value= "货位类型 1: 待包装成品  2: 原材料  3:箱壳")
    @TableField("loc_type")
    private Integer locType;
    public String getBeBatch$(){
        if (null == this.beBatch){ return null; }
        switch (this.beBatch){
@@ -160,6 +164,20 @@
                return "否";
            default:
                return String.valueOf(this.beBatch);
        }
    }
    public String getLocType$(){
        if (null == this.locType){ return null; }
        switch (this.locType){
            case 1:
                return "待包装成品";
            case 2:
                return "原材料";
            case 3:
                return "箱壳";
            default:
                return String.valueOf(this.locType);
        }
    }
@@ -201,6 +219,18 @@
        }
    }
    public String getIoStatus$(){
        if (null == this.ioStatus){ return null; }
        switch (this.ioStatus){
            case "N":
                return "未入库";
            case "Y":
                return "入库中";
            default:
                return this.ioStatus;
        }
    }
    public String getModiTime$(){
        if (Cools.isEmpty(this.modiTime)){
            return "";