|  |  | 
 |  |  |     @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; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getType$(){ | 
 |  |  |         if (null == this.type){ return null; } | 
 |  |  |         if (null == this.type) { | 
 |  |  |             return null; | 
 |  |  |         } | 
 |  |  |         switch (this.type){ | 
 |  |  |             case 1: | 
 |  |  |                 return "盒装"; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getStatus$(){ | 
 |  |  |         if (null == this.status){ return null; } | 
 |  |  |         if (null == this.status) { | 
 |  |  |             return null; | 
 |  |  |         } | 
 |  |  |         switch (this.status){ | 
 |  |  |             case 1: | 
 |  |  |                 return "正常"; |