/// <summary> /// 删除一条数据 /// </summary> public bool Delete(int User_ID) { return(dal.Delete(User_ID)); }