精简实体准备
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-08-15 23:53:25 +08:00
parent 0689f731b7
commit 3701d8bcd9
5 changed files with 83 additions and 79 deletions
+5 -1
View File
@@ -5,7 +5,6 @@ namespace IRaCIS.Core.Domain.Models
public interface IAuditUpdate<TKey> where TKey : struct
{
public TKey UpdateUserId { get; set; }
//string UpdateUserName { get; set; }
public DateTime UpdateTime { get; set; }
}
@@ -13,4 +12,9 @@ namespace IRaCIS.Core.Domain.Models
{
}
}