namespace DS.Module.Core.Data; /// /// /// public class EntityBase { /// /// 删除 /// [SqlSugar.SugarColumn(ColumnDescription = "是否删除")] public bool Deleted { get; set; } }