/// <summary> /// 获得数据总记录数 /// </summary> public int TotalCount(Dictionary <string, string> dict) { return(dal.TotalCount(dict)); }