src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -83,6 +83,10 @@ @TableField("appe_time") private Date appeTime; @ApiModelProperty(value= "物料状态") @TableField("mat_status") private String matStatus; public String getLocNo$(){ LocMastService service = SpringUtils.getBean(LocMastService.class); LocMast locMast = service.selectById(this.locNo);