using System.Collections.Generic; using CircleFriendsTools; namespace Weixin.CircleTools.Data { /// /// 等待发送的朋友圈信息 /// public class WaitSendCircleInfo { /// /// 朋友圈内容 /// public string CircleContent { get; set; } /// /// 评论 /// public List Comments { get; set; } } }