update 实现密码强度的显示
This commit is contained in:
@@ -20,6 +20,11 @@ namespace Ewide.Core.Service
|
||||
/// </summary>
|
||||
public string Account { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 密码安全级别
|
||||
/// </summary>
|
||||
public int SecurityLevel { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 昵称
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user