【增加】增加用户头像返回

This commit is contained in:
cherishsince 2024-05-22 10:53:25 +08:00
parent cad1ce4852
commit ccd7928a6b

View File

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