using System; using System.Collections.Generic; using System.Text; namespace Tiobon.Core.Model.ViewModels { /// /// 微信二维码预装具体消息 /// public class WeChatQRActionInfoDto { public string scene_str { get; set; } } }