自动化立体仓库 - WMS系统
#
gtctu
2026-01-10 d029518fd1ce9170fcf276b28d76d8d7b4f3a948
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);