fix 用户管理类型默认值
This commit is contained in:
@@ -107,7 +107,7 @@ namespace Ewide.Core
|
||||
/// 管理员类型-超级管理员_1、非管理员_2
|
||||
/// </summary>
|
||||
[Comment("管理员类型-超级管理员_1、非管理员_2")]
|
||||
public AdminType AdminType { get; set; }
|
||||
public AdminType AdminType { get; set; } = AdminType.None;
|
||||
|
||||
/// <summary>
|
||||
/// 状态-正常_0、停用_1、删除_2
|
||||
|
||||
Reference in New Issue
Block a user