src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -158,6 +158,15 @@ @ApiModelProperty(value= "备注") private String memo; @ApiModelProperty(value= "预留1") private String temp1; @ApiModelProperty(value= "预留1") private String temp2; @ApiModelProperty(value= "预留1") private String temp3; @ApiModelProperty(value= "预留1") private String temp4; public String getLocNo$(){ LocMastService service = SpringUtils.getBean(LocMastService.class); LocMast locMast = service.selectById(this.locNo);