update使用最新版Furion改动

删除FakeDelete相关内容
SkipScan改名为SuppressSniffer
This commit is contained in:
2021-07-12 17:20:50 +08:00
parent fb4d3409b1
commit 0fdda8fabc
12 changed files with 62 additions and 22 deletions

View File

@@ -64,7 +64,7 @@ namespace Ewide.Core
/// <summary>
/// 软删除
/// </summary>
[JsonIgnore, FakeDelete(true)]
[JsonIgnore]
[Comment("软删除标记")]
[Column("IsDeleted", TypeName = "bit")]
public virtual bool IsDeleted { get; set; } = false;