This commit is contained in:
2881099
2024-07-11 19:50:29 +08:00
parent 9e173aed5f
commit 1b421722ed
39 changed files with 52 additions and 59 deletions

View File

@ -619,12 +619,6 @@ namespace base_entity
BaseEntity.Initialization(fsql, () => _asyncUow.Value);
#endregion
fsql.Aop.ConfigEntity += (_, e) =>
{
e.ModifyResult.Name = Guid.NewGuid().ToString("n");
};
FreeSql.Internal.Utils.TypeHandlers.TryAdd(typeof(DateTimeOffset), new DateTimeOffsetTypeHandler());