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