适配登录方式传送机制

This commit is contained in:
dathlin
2017-07-24 20:54:40 +08:00
parent 417dc64fa7
commit 4fc472fced
5 changed files with 13 additions and 5 deletions

View File

@@ -72,6 +72,10 @@ namespace CommonLibrary
/// </summary>
public static string PasswordText { get { return "Password"; } }
/// <summary>
/// 用于存储和传送的名称
/// </summary>
public static string LoginWayText { get { return "LoginWay"; } }
/// <summary>
/// 深度拷贝当前的账户信息
/// </summary>
/// <typeparam name="T">返回的类型,应该为继承后的类型</typeparam>