|
@@ -1,5 +1,4 @@
|
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
-using ZhonTai.Admin.Domain.User;
|
|
|
|
|
|
namespace ZhonTai.Admin.Services.User.Dto;
|
|
|
|
|
@@ -28,14 +27,4 @@ public class UserMemberFormInput
|
|
|
/// 邮箱
|
|
|
/// </summary>
|
|
|
public string Email { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 昵称
|
|
|
- /// </summary>
|
|
|
- public string NickName { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 头像
|
|
|
- /// </summary>
|
|
|
- public string Avatar { get; set; }
|
|
|
}
|