自动化立体仓库 - WMS系统
#
wang..123
2022-02-18 0574251b05ea099b84d7ddd4bdc65a78ff03aea7
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -111,6 +111,10 @@
    @TableField("vendor")
    private String vendor;
    @ApiModelProperty(value= "每箱数量")
    @TableField("qty_box")
    private Double qtyBox;
    public String getLocNo$(){
        LocMastService service = SpringUtils.getBean(LocMastService.class);
        LocMast locMast = service.selectById(this.locNo);