namespace Yi.Framework.AiHub.Application.Contracts.Dtos.Fuwuhao; public class QrCodeOutput { /// /// Qrcode url /// public string QrCodeUrl { get; set; } /// /// 场景值 /// public string Scene { get; set; } }