自动化立体仓库 - WMS系统
zwl
2025-11-24 faed059302b334b39f247fa8bde5daa8f0b924f5
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -61,7 +61,7 @@
    @ApiModelProperty(value= "颜色")
    private String color;
    @ApiModelProperty(value= "品牌")
    @ApiModelProperty(value= "仓库")
    private String brand;
    @ApiModelProperty(value= "单位")
@@ -232,7 +232,6 @@
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.modiTime);
    }
    public String getAppeUser$(){
        UserService service = SpringUtils.getBean(UserService.class);
        User user = service.selectById(this.appeUser);
@@ -249,6 +248,14 @@
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime);
    }
    public String getBrand$(){
        if (Cools.isEmpty(this.brand)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime);
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
    }