增加管理员字段
This commit is contained in:
parent
0f9ab916fa
commit
d4ac85c525
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue