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