using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.SDK.Module.SqlSugar.Configuration { public class BaseDbModel { public bool IsDel { get; set; } } }