remove override id

This commit is contained in:
milimoe 2023-11-19 15:06:41 +08:00 committed by GitHub
parent 5a5daa181c
commit e8b87567ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; }