This commit is contained in:
YunaiV
2024-07-12 09:34:44 +08:00
172 changed files with 13626 additions and 333 deletions

View File

@@ -40,5 +40,9 @@ public class AdminUserRespDTO {
* 手机号码
*/
private String mobile;
/**
* 用户头像
*/
private String avatar;
}