自动化立体仓库 - WMS系统
zwl
昨天 3b0cab2402876426acbc0814394ff940fd2ce83d
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -18,6 +18,7 @@
import lombok.Data;
import java.io.Serializable;
import java.math.BigDecimal;
import java.text.SimpleDateFormat;
import java.util.Date;
@@ -48,11 +49,11 @@
    private String maktx;
    @ApiModelProperty(value= "规格")
    @ExcelProperty("规格")
    //@ExcelProperty("规格")
    private String specs;
    @ApiModelProperty(value= "货品特征")
    @ExcelProperty("货品特征")
    //@ExcelProperty("货品特征")
    private String batch;
    @ApiModelProperty(value= "单据编号")
@@ -103,10 +104,11 @@
    private Double safeQty;
    @ApiModelProperty(value= "重量")
    private Double weight;
    private BigDecimal weight;
    @ApiModelProperty(value= "长度")
    private Double man_length;
    @TableField("man_length")
    private Double manLength;
    @ApiModelProperty(value= "体积")
    private Double volume;
@@ -163,34 +165,86 @@
    private String memo;
    /**
     * 集装箱号
     */
    @ApiModelProperty(value= "集装箱号")
    @ExcelProperty("集装箱号")
    @TableField("container_no")
    private String containerNo;
    /**
     * TEU
     */
    @ApiModelProperty(value= "TEU")
    @ExcelProperty("TEU")
    @TableField("teu")
    private Integer teu;
    /**
     * 车牌号
     */
    @ApiModelProperty(value= "车牌号")
    @ExcelProperty("车牌号")
    @TableField("plate_no")
    private String plateNo;
    /**
     * 车次号
     */
    @ApiModelProperty(value= "车次号")
    @ExcelProperty("车次号")
    @TableField("train_no")
    private String trainNo;
    /**
     * 货物频次
     */
    @ApiModelProperty(value= "货物频次:1=高频,2=低频")
    @ExcelProperty("货物频次")
    @TableField("freq_type")
    private Integer freqType;
    /**
     * 立方数
     */
    @ApiModelProperty(value= "立方数,单位:立方米")
    @ExcelProperty("立方数")
    @TableField("cube_number")
    private Double cubeNumber;
    /**
     * 拥有者
     */
    @ApiModelProperty(value= "拥有者 1: 杰克   ")
    private Integer owner;
    /**
     * 备用1
     * 备用1(PO)
     */
    @ApiModelProperty(value= "备用1")
    private String standby1 = "";
    @ApiModelProperty(value= "备用1")//PO
    @ExcelProperty("客户PO")
    private String standby1 = "1";
    /**
     * 备用2
     * 备用2(UPC)
     */
    @ApiModelProperty(value= "备用2")
    private String standby2 = "";
    @ApiModelProperty(value= "备用2")//UPC
    @ExcelProperty("条码UPC")
    private String standby2 = "1";
    /**
     * 备用3
     * 备用3(SKU)
     */
    @ApiModelProperty(value= "备用3")
    private String standby3 = "";
    @ApiModelProperty(value= "备用3")//SKU
    @ExcelProperty("客户SKU")
    private String standby3 = "1";
    /**
     * 备用1
     */
    @ApiModelProperty(value= "备用1")
    @TableField("box_type1")
    @ExcelProperty("货主")
    private String boxType1 = "1";
    /**
@@ -205,6 +259,7 @@
     */
    @ApiModelProperty(value= "备用3")
    @TableField("box_type3")
    @ExcelProperty("采购单号")
    private String boxType3 = "1";
    /**