增加搜索和添加好友功能
This commit is contained in:
@@ -26,5 +26,11 @@ namespace WebAppServer1.Models
|
||||
public string Signature { get; set; } = string.Empty;
|
||||
[Key("IsOnline")]
|
||||
public bool IsOnline { get; set; }
|
||||
[Key("AccessToken")]
|
||||
public string AccessToken { get; set; } = string.Empty;
|
||||
[Key("RefreshToken")]
|
||||
public string RefreshToken { get; set; } = string.Empty;
|
||||
[Key("Success")]
|
||||
public bool Success { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user