自动化立体仓库 - WMS系统
chen.lin
3 天以前 055743022694b6fc1bb1864137e0c81b6ea658c5
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -213,6 +213,10 @@
    //库存状态
    private String cstateid;
    @ApiModelProperty(value= "盘点状态")
    @TableField(exist = false)
    private String mk;
    public String getLocNo$(){
        LocMastService service = SpringUtils.getBean(LocMastService.class);
        LocMast locMast = service.selectById(this.locNo);