namespace Znyc.Recruitment.Admin.Commons.Entitys { /// /// 实体基接口,是所有实体的基接口 /// public interface IEntity { } }