chen.lin
2026-02-02 359a0d155942c6f31fe80a8dfad16efe13e982ea
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);