自动化立体仓库 - WMS系统
pjb
8 天以前 ec92a309b68b1e7029196d9d0ea0ac7e2badb5a7
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -48,11 +48,10 @@
    private String maktx;
    @ApiModelProperty(value= "规格")
    @ExcelProperty("规格")
    private String specs;
    @ApiModelProperty(value= "货品特征")
    @ExcelProperty("货品特征")
    @ExcelProperty("批号")
    private String batch;
    @ApiModelProperty(value= "单据编号")
@@ -61,6 +60,7 @@
    private String orderNo;
    @ApiModelProperty(value= "型号")
    @ExcelProperty("桶型")
    private String model;
    @ApiModelProperty(value= "颜色")
@@ -92,6 +92,7 @@
    @ApiModelProperty(value= "生产日期")
    @TableField("manu_date")
    @ExcelProperty("生产日期")
    private String manuDate;
    @ApiModelProperty(value= "品项数")
@@ -103,14 +104,17 @@
    private Double safeQty;
    @ApiModelProperty(value= "重量")
    @ExcelProperty("净重")
    private Double weight;
    @ApiModelProperty(value= "长度")
    @TableField("man_length")
    @ExcelProperty("毛重")
    private Double manLength;
    @ApiModelProperty(value= "体积")
    @TableField("volume")
    @ExcelProperty("罐装量")
    private Double volume;
    @ApiModelProperty(value= "三方编码")