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);