namespace YD_Event.Core.Entities;
/// <summary>
/// 所有实体类继承
/// </summary>
public interface IEntity
{
}