using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PCRobot.Entitys { #region pc原始单条朋友圈对象 public class CommentUserListOri { /// /// /// public int commentFlag { get; set; } /// /// /// public int commentId { get; set; } /// /// /// public int commentId2 { get; set; } /// /// /// public string content { get; set; } /// /// /// public int createTime { get; set; } /// /// /// public int deleteFlag { get; set; } /// /// /// public int isNotRichText { get; set; } /// /// /// public string nickname { get; set; } /// /// /// public int replyCommentId { get; set; } /// /// /// public int replyCommentId2 { get; set; } /// /// /// public string replyUsername { get; set; } /// /// /// public int source { get; set; } /// /// /// public int type { get; set; } /// /// /// public string username { get; set; } } public class LikeUserListOri { /// /// /// public int commentFlag { get; set; } /// /// /// public int commentId { get; set; } /// /// /// public int commentId2 { get; set; } /// /// /// public string content { get; set; } /// /// /// public int createTime { get; set; } /// /// /// public int deleteFlag { get; set; } /// /// /// public int isNotRichText { get; set; } /// /// /// public string nickname { get; set; } /// /// /// public int replyCommentId { get; set; } /// /// /// public int replyCommentId2 { get; set; } /// /// /// public string replyUsername { get; set; } /// /// /// public int source { get; set; } /// /// /// public int type { get; set; } /// /// /// public string username { get; set; } } public class ObjectDesc { /// /// /// public string buffer { get; set; } /// /// /// public int iLen { get; set; } } public class ObjectOperations { /// /// /// public string buffer { get; set; } /// /// /// public int iLen { get; set; } } public class PreDownloadInfo { /// /// /// public string noPreDownloadRange { get; set; } /// /// /// public int preDownloadNetType { get; set; } /// /// /// public int preDownloadPercent { get; set; } } public class SnsRedEnvelops { /// /// /// public int reportId { get; set; } /// /// /// public int reportKey { get; set; } /// /// /// public int resourceId { get; set; } /// /// /// public int rewardCount { get; set; } } public class WeAppInfo { /// /// /// public int appId { get; set; } /// /// /// public string mapPoiId { get; set; } /// /// /// public string redirectUrl { get; set; } /// /// /// public int score { get; set; } /// /// /// public int showType { get; set; } /// /// /// public string userName { get; set; } } public class CirCleInfoOri { /// /// /// public int blackListCount { get; set; } /// /// /// public int commentCount { get; set; } /// /// /// public List commentUserList { get; set; } /// /// /// public int commentUserListCount { get; set; } /// /// /// public int createTime { get; set; } /// /// /// public int deleteFlag { get; set; } /// /// /// public int extFlag { get; set; } /// /// /// public int groupCount { get; set; } /// /// /// public int groupUserCount { get; set; } /// /// /// public double id { get; set; } /// /// /// public int isNotRichText { get; set; } /// /// /// public int likeCount { get; set; } /// /// /// public int likeFlag { get; set; } /// /// /// public List likeUserList { get; set; } /// /// /// public int likeUserListCount { get; set; } /// /// /// public string nickname { get; set; } /// /// /// public int noChange { get; set; } /// /// /// public ObjectDesc objectDesc { get; set; } /// /// /// public ObjectOperations objectOperations { get; set; } /// /// /// public PreDownloadInfo preDownloadInfo { get; set; } /// /// /// public int referId { get; set; } /// /// /// public string referUsername { get; set; } /// /// /// public SnsRedEnvelops snsRedEnvelops { get; set; } /// /// /// public string username { get; set; } /// /// /// public WeAppInfo weAppInfo { get; set; } /// /// /// public int withUserCount { get; set; } /// /// /// public int withUserListCount { get; set; } } #endregion }