/// <summary> /// 检查账号是否存在 /// </summary> public bool ExistsAcc(string user_account) { return(dal.ExistsAcc(user_account)); }