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