From f64693c0da5483d8670220bf3a5bf89a32e94a20 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 07 十一月 2025 10:34:21 +0800
Subject: [PATCH] 解决线上打包问题

---
 backend/src/main/java/com/rongyichuang/user/dto/response/UserProfile.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/backend/src/main/java/com/rongyichuang/user/dto/response/UserProfile.java b/backend/src/main/java/com/rongyichuang/user/dto/response/UserProfile.java
index e62996a..0011f3d 100644
--- a/backend/src/main/java/com/rongyichuang/user/dto/response/UserProfile.java
+++ b/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;
     }

--
Gitblit v1.8.0