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