using System; using System.Collections.Generic; using System.Text; namespace Tiobon.Core.Model.ViewModels { /// /// 微信二维码预装发送信息dto /// public class WeChatQRActionDto { public WeChatQRActionInfoDto scene { get; set; } } }