执行代码清理

This commit is contained in:
milimoe 2025-04-26 16:27:56 +08:00
parent 0c24d27d19
commit 087e3dd90f
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E
17 changed files with 24 additions and 24 deletions

View File

@ -4,7 +4,7 @@ namespace Milimoe.FunGame.Core.Entity
{ {
public class Club : BaseEntity 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 Prefix { get; set; } = "";
public string Description { get; set; } = ""; public string Description { get; set; } = "";
public bool IsNeedApproval { get; set; } = false; public bool IsNeedApproval { get; set; } = false;