public int GetReplyComNum(int PostCommentID) //获取回复数量 { return(iposts.GetReplyComNum(PostCommentID)); }