namespace Znyc.Cloudcar.Admin.Commons.Entitys { /// <summary> /// 实体基类 /// </summary> public abstract class Entity : IEntity { } }