master_sxs_new #1

Merged
yanghongwei merged 16 commits from master_sxs_new into master 2024-05-30 14:02:49 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit d4ac85c525 - Show all commits

View File

@ -28,6 +28,9 @@ namespace langguanApi.Model.Entity
/// 手机号 /// 手机号
/// </summary> /// </summary>
public string Phone { get; set; } public string Phone { get; set; }
//是否管理员 0表示不是管理员 1表示管理员
public byte IsAdmin { get; set; }
} }
/// <summary> /// <summary>
/// 添加用户DTO /// 添加用户DTO