自动化立体仓库 - WMS系统
李天宇
2024-09-12 7b1849b87705bbcedbe6808842c8a2405fa94e60
src/main/java/com/zy/asrs/entity/WaitPakinLog.java
@@ -48,7 +48,8 @@
    @ApiModelProperty(value= "颜色")
    private String color;
    @ApiModelProperty(value= "品牌")
    @ApiModelProperty(value= "类型")
//    @ApiModelProperty(value= "品牌")
    private String brand;
    @ApiModelProperty(value= "单位")
@@ -151,6 +152,10 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    @ApiModelProperty(value= "bom号")
    @TableField("bom_code")
    private String bomCode;
    public String getBeBatch$(){
        if (null == this.beBatch){ return null; }
        switch (this.beBatch){