自动化立体仓库 - WMS系统
zwl
昨天 3b0cab2402876426acbc0814394ff940fd2ce83d
src/main/java/com/zy/asrs/entity/WrkMastLog.java
@@ -147,6 +147,10 @@
    @TableField("plt_type")
    private Integer pltType;
    @ApiModelProperty(value= "")
    @TableField("batch_seq")
    private String batchSeq;
    /**
     * 空板
     */
@@ -176,7 +180,7 @@
    @TableField("mtn_type")
    private Double mtnType;
    @ApiModelProperty(value= "")
    @ApiModelProperty(value= "业务单号")
    @TableField("user_no")
    private String userNo;
@@ -299,6 +303,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 +379,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);