完成会员查看个人信息,会员编辑个人基础信息功能

This commit is contained in:
2026-05-04 13:15:21 +08:00
parent f853cb73b5
commit 8f020d577f
16 changed files with 774 additions and 3 deletions
+5
View File
@@ -221,6 +221,11 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.38</version>
</dependency>
</dependencies>
<build>