自动化立体仓库 - WMS系统
1
zhangc
2025-04-21 cbbc882e4f93d87d91c1734901a7fc2ca0399774
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);