|
@@ -20,7 +20,7 @@ public class UserDTO {
|
|
|
private AgencyVO agencyVO;
|
|
private AgencyVO agencyVO;
|
|
|
private PersonalAuthVO personalAuthVO;
|
|
private PersonalAuthVO personalAuthVO;
|
|
|
private EnterpriseAuthVO enterpriseAuthVO;
|
|
private EnterpriseAuthVO enterpriseAuthVO;
|
|
|
- private List<Permission> permissions;
|
|
|
|
|
|
|
+ private List<PermissionVO> permissions;
|
|
|
private List<CrowdProjectVO> crowdProjectVOS;
|
|
private List<CrowdProjectVO> crowdProjectVOS;
|
|
|
private List<String> roleList;
|
|
private List<String> roleList;
|
|
|
private StatusVO authStatus;
|
|
private StatusVO authStatus;
|