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