namespace Kean.Infrastructure.Database { /// /// 表示数据库对象实体 /// public interface IEntity { } }