/// <summary> /// 查询用户的评论 /// </summary> /// <param name="userid"></param> /// <returns></returns> public static List <CommentTable> SelectUserComment(int userid) { return(CommentDal.SelectUserComment(userid)); }