| | |
| | | /** |
| | | * 用户ID |
| | | */ |
| | | private Long userId; |
| | | private String userId; |
| | | |
| | | /** |
| | | * 部门ID |
| | |
| | | this.permissions = permissions; |
| | | } |
| | | |
| | | public LoginUserApplet(Long userId, Long deptId, TTenantResp user, Set<String> permissions) |
| | | public LoginUserApplet(String userId, Long deptId, TTenantResp user, Set<String> permissions) |
| | | { |
| | | this.userId = userId; |
| | | this.deptId = deptId; |
| | |
| | | this.permissions = permissions; |
| | | } |
| | | |
| | | public Long getUserId() |
| | | public String getUserId() |
| | | { |
| | | return userId; |
| | | } |
| | | |
| | | public void setUserId(Long userId) |
| | | public void setUserId(String userId) |
| | | { |
| | | this.userId = userId; |
| | | } |