浏览器版本推荐 --迁移

This commit is contained in:
2024-07-02 09:45:18 +08:00
parent 2354ee9174
commit 7c3b0e9e72
8 changed files with 245 additions and 4 deletions
@@ -481,6 +481,9 @@ namespace IRaCIS.Core.Infra.EFCore
public virtual DbSet<TrialBodyPart> TrialBodyPart { get; set; }
public virtual DbSet<ExploreRecommend> ExploreRecommend { get; set; }
public override async Task<int> SaveChangesAsync(CancellationToken cancellationToken = new CancellationToken())
{
// 采用触发器的方式 设置 CreateUserId CreateTime UpdateTime UpdateUserId 稽查实体里面没有这四个字段的值 因为先后顺序的原因