| | |
| | | * 编号 |
| | | */ |
| | | @ApiModelProperty(value= "编号") |
| | | private String uuid; |
| | | private Long uuid; |
| | | |
| | | /** |
| | | * 名称 |
| | |
| | | |
| | | 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) { |
| | | public Tag(Long 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; |
| | | this.name = name; |
| | | this.parentId = parentId; |
| | |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getUuid() { |
| | | public Long getUuid() { |
| | | return uuid; |
| | | } |
| | | |
| | | public void setUuid(String uuid) { |
| | | public void setUuid(Long uuid) { |
| | | this.uuid = uuid; |
| | | } |
| | | |