backend/src/main/java/com/rongyichuang/user/dto/response/UserProfile.java
@@ -21,6 +21,7 @@ private String gender; private String birthday; private List<String> roles; private String userType; private String createdAt; private EmployeeInfo employee; private JudgeInfo judge; @@ -115,6 +116,14 @@ this.roles = roles; } public String getUserType() { return userType; } public void setUserType(String userType) { this.userType = userType; } public String getCreatedAt() { return createdAt; }