账户稽查修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-06 15:15:32 +08:00
parent b5e26da1ff
commit c48803ca0c
10 changed files with 18183 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace IRaCIS.Core.Domain.Models;
[Comment("后台 - 系统账户")]
[Table("User")]
public class User : BaseFullAuditEntity
public class User : BaseFullDeleteAuditEntity
{
#region
+1
View File
@@ -19,6 +19,7 @@ public class UserLog : BaseAddAuditEntity
public string LoginPassword { get; set; } = string.Empty;
public Guid? LoginUserId { get; set; }
[Comment("被操作的人,自己操作的就是自己")]
public Guid? OptUserId { get; set; }
public string IPRegion { get; set; } = string.Empty;