namespace YD_Event.Application.File.Dtos; public class UploadFileOutput { /// /// 文件名 /// public string Name { get; set; } /// /// 附件链接 /// public string Url { get; set; } }