/// <summary> /// 更新一条数据 /// </summary> public void Update(string UserType, string Description) { dal.Update(UserType, Description); }