| | |
| | | /** 菜单组 */ |
| | | private Long[] staffMenuIds; |
| | | |
| | | /** 微信部门id */ |
| | | private Long wxDeptId; |
| | | |
| | | public Long getDeptId() |
| | | { |
| | | return deptId; |
| | |
| | | this.staffMenuIds = staffMenuIds; |
| | | } |
| | | |
| | | public Long getWxDeptId() { |
| | | return wxDeptId; |
| | | } |
| | | |
| | | public void setWxDeptId(Long wxDeptId) { |
| | | this.wxDeptId = wxDeptId; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) |
| | |
| | | .append("updateBy", getUpdateBy()) |
| | | .append("updateTime", getUpdateTime()) |
| | | .append("dataScope", getDataScope()) |
| | | .append("wxDeptId", getWxDeptId()) |
| | | .toString(); |
| | | } |
| | | } |