This commit is contained in:
Putoo
2026-06-01 18:49:17 +08:00
parent 8a5b6d31ca
commit eb81a1c381
50 changed files with 1367 additions and 59 deletions

View File

@@ -41,5 +41,10 @@ namespace Application.Domain.Entity
/// </summary>
[SugarColumn(IsNullable = true)]
public int? giveRole { get; set; }
/// <summary>
/// 消息权限0封禁 1正常
/// </summary>
[SugarColumn(IsNullable = true)]
public int? msgRole { get; set; }
}
}