update 实现密码强度的显示

This commit is contained in:
2021-05-10 18:01:13 +08:00
parent cd23663b52
commit 86a398c237
14 changed files with 75 additions and 528 deletions

View File

@@ -20,6 +20,11 @@ namespace Ewide.Core.Service
/// </summary>
public string Account { get; set; }
/// <summary>
/// 密码安全级别
/// </summary>
public int SecurityLevel { get; set; }
/// <summary>
/// 昵称
/// </summary>