This commit is contained in:
2881099
2024-04-10 20:04:33 +08:00
parent ed5d39f5c0
commit 26a6fe9c46
35 changed files with 38 additions and 41 deletions

View File

@ -612,6 +612,8 @@ namespace base_entity
BaseEntity.Initialization(fsql, () => _asyncUow.Value);
#endregion
fsql.Select<User1>().Where(a => a.Id == new Guid("xxx")).ToList(a => new Guid("zzz"));
fsql.Aop.AuditValue += (_, e) =>
{