/// <summary> /// 更新一条数据 /// </summary> public bool Update(Orders model) { return(dal.Edit(model)); }