chen.lin
2 天以前 01175f85df1e8402ada5a30aacfeb18fa621e95e
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);