mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-12-05 00:06:02 +00:00
执行代码清理
This commit is contained in:
parent
0c24d27d19
commit
087e3dd90f
@ -4,7 +4,7 @@ namespace Milimoe.FunGame.Core.Entity
|
||||
{
|
||||
public class Club : BaseEntity
|
||||
{
|
||||
public DateTime CreateTime { get;set; } = DateTime.Now;
|
||||
public DateTime CreateTime { get; set; } = DateTime.Now;
|
||||
public string Prefix { get; set; } = "";
|
||||
public string Description { get; set; } = "";
|
||||
public bool IsNeedApproval { get; set; } = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user