账户信息中新增上次登录方式

This commit is contained in:
dathlin
2017-07-24 20:42:03 +08:00
parent c7aaddf273
commit 417dc64fa7
2 changed files with 9 additions and 4 deletions

View File

@@ -60,6 +60,10 @@ namespace CommonLibrary
/// </summary>
public int LoginFailedCount { get; set; } = 0;
/// <summary>
/// 上次登录系统的方式有winform版wpf版web版
/// </summary>
public string LastLoginWay { get; set; } = string.Empty;
/// <summary>
/// 用于存储和传送的名称
/// </summary>
public static string UserNameText { get { return "UserName"; } }