namespace Infrastructure.WeChat.SubScribe { /// /// 微信订阅推送Dto /// public class SubscribeDto { /// /// 小程序用户openId /// public string openId { get; set; } /// /// 模板消息Id /// public string templateId { get; set; } } }