| | |
| | | /** 子菜单 */ |
| | | private List<SysMenu> children = new ArrayList<SysMenu>(); |
| | | |
| | | /** 是否可以选择仅看我, 0:否, 1:是 */ |
| | | private Integer isRersonalButton; |
| | | |
| | | /** 仅看我, 0:否, 1:是 */ |
| | | private Integer isRersonal; |
| | | |
| | | public Integer getIsRersonalButton() |
| | | { |
| | | return isRersonalButton; |
| | | } |
| | | |
| | | public void setIsRersonalButton(Integer isRersonalButton) |
| | | { |
| | | this.isRersonalButton = isRersonalButton; |
| | | } |
| | | |
| | | public Integer getIsRersonal() |
| | | { |
| | | return isRersonal; |
| | | } |
| | | |
| | | public void setIsRersonal(Integer isRersonal) |
| | | { |
| | | this.isRersonal = isRersonal; |
| | | } |
| | | |
| | | public Long getMenuId() |
| | | { |
| | | return menuId; |
| | |
| | | .append("updateBy", getUpdateBy()) |
| | | .append("updateTime", getUpdateTime()) |
| | | .append("remark", getRemark()) |
| | | .append("isRersonalButton", getIsRersonalButton()) |
| | | .toString(); |
| | | } |
| | | } |