src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -53,6 +53,7 @@ private String orderNo; @ApiModelProperty(value= "规格") @ExcelProperty("规格") private String specs; @ApiModelProperty(value= "型号") @@ -158,6 +159,10 @@ @ApiModelProperty(value= "备注") private String memo; @ApiModelProperty(value= "bom号") @TableField("bom_code") private String bomCode; public String getLocNo$(){ LocMastService service = SpringUtils.getBean(LocMastService.class); LocMast locMast = service.selectById(this.locNo);