/// <summary> /// 新闻列表 /// </summary> /// <returns></returns> public DataTable GetIndexNews(int i, int startRecordIndex) { return(news.GetIndexNews(i, startRecordIndex)); }