精简实体准备
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
+3 -1
View File
@@ -19,7 +19,9 @@ namespace IRaCIS.Core.Domain.Models
public interface IAuditAddWithUserName : IAuditAdd<Guid>
{
string CreateUser { get; set; }
public string CreateUser { get; set; }
}
}