2025-12-17 11:12:13 +08:00

9 lines
122 B
C#

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