/// <summary> /// 获取数据 /// </summary> /// <returns></returns> public List <Comments> Query() { var result = iComments.Query(); return(result); }