自动化立体仓库 - WMS系统
zhang
昨天 8d90833250abee5951572659e9a192f2487cd704
src/main/java/com/zy/asrs/entity/Tag.java
@@ -147,7 +147,8 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    public Tag() {}
    public Tag() {
    }
    public Tag(String uuid,String name,Long parentId,String parentName,String path,String pathName,Integer type,String leading,String img,String brief,Integer count,Integer level,Integer sort,Integer status,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) {
        this.uuid = uuid;
@@ -254,7 +255,9 @@
    }
    public String getType$(){
        if (null == this.type){ return null; }
        if (null == this.type) {
            return null;
        }
        switch (this.type){
            case 1:
                return "盒装";
@@ -324,7 +327,9 @@
    }
    public String getStatus$(){
        if (null == this.status){ return null; }
        if (null == this.status) {
            return null;
        }
        switch (this.status){
            case 1:
                return "正常";