@@ -79,7 +79,7 @@ public abstract class SoftDeleteEntity : Entity, IHasDeletionTime, ISoftDelete
[SugarColumn(ColumnDescription = "删除时间")]
public DateTime? DeletionTime { get; set; }
- [SugarColumn(ColumnDescription = "是否删除")]
+ [SugarColumn(ColumnDescription = "是否删除", DefaultValue = "f")]
public bool IsDeleted { get; set; }
public void SoftDelete()