using System; using System.Collections.Generic; using System.Text; namespace Blog.Core.Model.ViewModels { public class WeChatPushTextContentDto { /// /// 文字消息 /// public string text { get; set; } } }