feat: 新增签到功能
This commit is contained in:
@@ -9,6 +9,7 @@ using Yi.Framework.Core.Extensions;
|
||||
namespace Yi.Framework.Rbac.Domain.Entities
|
||||
{
|
||||
[SugarTable("LoginLog")]
|
||||
[SugarIndex($"index_{nameof(LoginUser)}", nameof(LoginUser), OrderByType.Asc)]
|
||||
public class LoginLogEntity : Entity<Guid>, ICreationAuditedObject
|
||||
{
|
||||
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
|
||||
|
||||
Reference in New Issue
Block a user