浏览器版本推荐 --迁移
This commit is contained in:
@@ -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 稽查实体里面没有这四个字段的值 因为先后顺序的原因
|
||||
|
||||
Reference in New Issue
Block a user