namespace YD_Event.Core.Shared;
public class KeyDto
{
/// <summary>
/// 主键
/// </summary>
public long Id { get; set; }
}