| | |
| | | /**
|
| | | * 当前部门id
|
| | | */
|
| | | private Long currentDeptId;
|
| | | private Long currentDeptId; |
| | | |
| | | private String dataScope; |
| | |
|
| | | public LoginUser()
|
| | | {
|
| | |
| | | public String getUsername()
|
| | | {
|
| | | return user.getUserName();
|
| | | }
|
| | |
|
| | | public String getNickName()
|
| | | {
|
| | | return user.getNickName();
|
| | | }
|
| | |
|
| | | /**
|
| | |
| | | return currentDeptId;
|
| | | }
|
| | |
|
| | | public void setCurrentDeptId(Long currentDeptId) {
|
| | | this.currentDeptId = currentDeptId;
|
| | | }
|
| | | }
|
| | | public void setCurrentDeptId(Long currentDeptId) { |
| | | this.currentDeptId = currentDeptId; |
| | | } |
| | | |
| | | public String getDataScope() { |
| | | return dataScope; |
| | | } |
| | | |
| | | public void setDataScope(String dataScope) { |
| | | this.dataScope = dataScope; |
| | | } |
| | | } |