/// <summary> /// 批量删除数据 /// </summary> public bool DeleteList(string idList) { return(dal.DeleteList(idList)); }