namespace Admin.Core.Model { public interface IEntitySoftDelete { /// /// 是否删除 /// bool IsDeleted { get; set; } } }