/// <summary>
 ///     是否存在该记录
 /// </summary>
 public bool Exists(int activityId)
 {
     return(_dataAccess.Exists <UserActivity>(activityId));
 }