自动化立体仓库 - WMS系统
zwl
3 天以前 58ca88b5008448532f19dca8bf030ceeba347bd5
src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -5,6 +5,7 @@
import com.baomidou.mybatisplus.annotations.TableName;
import com.baomidou.mybatisplus.enums.IdType;
import com.zy.asrs.service.*;
import com.zy.asrs.utils.LocAliasUtils;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import com.core.common.Cools;
@@ -70,6 +71,13 @@
    @ApiModelProperty(value= "堆垛机号")
    @TableField("crn_no")
    private Integer crnNo;
    /**
     * 库区:1=A区,2=B区,3=C区
     */
    @ApiModelProperty(value= "库区")
    @TableField("area_id")
    private Integer areaId;
    @ApiModelProperty(value= "")
    @TableField("sheet_no")
@@ -147,6 +155,10 @@
    @TableField("plt_type")
    private Integer pltType;
    @ApiModelProperty(value= "")
    @TableField("batch_seq")
    private String batchSeq;
    /**
     * 空板
     */
@@ -176,7 +188,7 @@
    @TableField("mtn_type")
    private Double mtnType;
    @ApiModelProperty(value= "")
    @ApiModelProperty(value= "业务单号")
    @TableField("user_no")
    private String userNo;
@@ -212,6 +224,10 @@
    @ApiModelProperty(value= "")
    @TableField("exp_time")
    private Double expTime;
    @ApiModelProperty(value= "耗时(分钟)")
    @TableField("cost_time")
    private Integer costTime;
    @ApiModelProperty(value= "")
    @TableField("ref_wrkno")
@@ -299,6 +315,30 @@
    @TableField("Pdc_type")
    private String PdcType;
    @ApiModelProperty(value= "集装箱号")
    @TableField("container_no")
    private String containerNo;
    @ApiModelProperty(value= "TEU")
    @TableField("teu")
    private Integer teu;
    @ApiModelProperty(value= "车牌号")
    @TableField("plate_no")
    private String plateNo;
    @ApiModelProperty(value= "车次号")
    @TableField("train_no")
    private String trainNo;
    @ApiModelProperty(value= "货物频次:1=高频,2=低频")
    @TableField("freq_type")
    private Integer freqType;
    @ApiModelProperty(value= "立方数,单位:立方米")
    @TableField("cube_number")
    private Double cubeNumber;
    @ApiModelProperty(value= "")
    @TableField("ctn_no")
    private String ctnNo;
@@ -351,6 +391,10 @@
        return null;
    }
    public long getWrkSts(){
        return (long)this.wrkSts;
    }
    public String getIoType$(){
        BasWrkIotypeService service = SpringUtils.getBean(BasWrkIotypeService.class);
        BasWrkIotype basWrkIotype = service.selectById(this.ioType);
@@ -369,6 +413,10 @@
        return null;
    }
    public String getAreaId$(){
        return LocAliasUtils.areaName(this.areaId);
    }
    public String getWrkDate$(){
        if (Cools.isEmpty(this.wrkDate)){
            return "";
@@ -380,9 +428,9 @@
        LocMastService service = SpringUtils.getBean(LocMastService.class);
        LocMast locMast = service.selectById(this.locNo);
        if (!Cools.isEmpty(locMast)){
            return String.valueOf(locMast.getLocNo());
            return LocAliasUtils.displayLocNo(locMast);
        }
        return null;
        return this.locNo;
    }
    public String getStaNo$(){
@@ -407,9 +455,9 @@
        LocMastService service = SpringUtils.getBean(LocMastService.class);
        LocMast locMast = service.selectById(this.sourceLocNo);
        if (!Cools.isEmpty(locMast)){
            return String.valueOf(locMast.getLocNo());
            return LocAliasUtils.displayLocNo(locMast);
        }
        return null;
        return this.sourceLocNo;
    }
    public String getIoTime$(){