update使用最新版Furion改动
删除FakeDelete相关内容 SkipScan改名为SuppressSniffer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user