src/main/java/com/zy/asrs/entity/AgvLocDetl.java
@@ -161,6 +161,13 @@ @ApiModelProperty(value= "库存冻结{1:正常,0:冻结}") private Integer stockFreeze; /** * 库存数量 */ @ApiModelProperty(value= "可出数量") @TableField(exist = false) private Double stock; public String getLocNo$(){ LocMastService service = SpringUtils.getBean(LocMastService.class); LocMast locMast = service.selectById(this.locNo);