mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-21 03:29:36 +08:00
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