forked from project-redbud/FunGame-Core
remove override id
This commit is contained in:
parent
5a5daa181c
commit
e8b87567ef
@ -6,7 +6,6 @@ namespace Milimoe.FunGame.Core.Entity
|
||||
public class User : BaseEntity
|
||||
{
|
||||
public static readonly User Empty = new();
|
||||
public override long Id { get; set; }
|
||||
public string Username { get; set; } = "";
|
||||
public DateTime RegTime { get; set; }
|
||||
public DateTime LastTime { get; set; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user