MALL-KEFU: 完善管理端接口

This commit is contained in:
puhui999
2024-07-01 17:20:24 +08:00
parent 4ce2be724e
commit eed4cf127e
8 changed files with 62 additions and 18 deletions

View File

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