chat
This commit is contained in:
@@ -6,6 +6,7 @@ public sealed class Account : Entity
|
||||
{
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
public int Region { get; set; }
|
||||
public long CreateTime { get; set; }
|
||||
public long LoginTime { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user