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