自动化立体仓库 - WMS系统
#
yxFwq
2025-01-03 0afba31001bcc9cc05af2b9061aa32bf7bd83b0b
src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -67,7 +67,7 @@
    @ApiModelProperty(value= "单位")
    private String unit;
    @ApiModelProperty(value= "单价")
    @ApiModelProperty(value= "单价 长度")
    private Double price;
    @ApiModelProperty(value= "sku")
@@ -106,7 +106,7 @@
    @ApiModelProperty(value= "长度")
    private Double length;
    @ApiModelProperty(value= "体积")
    @ApiModelProperty(value= "体积  毛重")
    private Double volume;
    @ApiModelProperty(value= "三方编码")
@@ -248,6 +248,6 @@
        if (!Cools.isEmpty(basBoxType)){
            return String.valueOf(basBoxType.getBoxSpecs());
        }
        return null;
        return this.brand;
    }
}