水岸东方
This commit is contained in:
11
Entity/Model/User.cs
Normal file
11
Entity/Model/User.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace Fantasy.Model;
|
||||
|
||||
public sealed class User : Entity
|
||||
{
|
||||
public string NickName { get; set; }
|
||||
public string Head { get; set; }
|
||||
public string Country { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user