feat:完成登录功能
This commit is contained in:
@@ -6,5 +6,5 @@ namespace Yi.Framework.Data.Auditing;
|
||||
public interface IHasCreationTime
|
||||
{
|
||||
|
||||
DateTime CreationTime { get; }
|
||||
DateTime CreationTime { get; set; }
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -14,7 +14,7 @@ namespace Yi.RBAC.Domain.Logs.Entities
|
||||
{
|
||||
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
|
||||
public long Id { get; set; }
|
||||
public DateTime CreationTime { get; }
|
||||
public DateTime CreationTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 登录用户
|
||||
|
||||
Reference in New Issue
Block a user