9 lines
122 B
C#
9 lines
122 B
C#
namespace YD_Event.Core.Entities;
|
|
|
|
/// <summary>
|
|
/// 所有实体类继承
|
|
/// </summary>
|
|
public interface IEntity
|
|
{
|
|
|
|
} |