namespace YD_Event.Application.Client.Dtos; public class FriendLinkOutput { /// /// 友链ID /// public long Id { get; set; } /// /// 友链 /// public string Link { get; set; } /// /// logo /// public string Logo { get; set; } /// /// 站点名称 /// public string SiteName { get; set; } /// /// 网站描述 /// public string Remark { get; set; } }