/// <summary> /// 查询出管理员是否存在 /// </summary> public int AdminExist(String AdminAccount) { return(_AdminInfoDAL.AdminExist(AdminAccount)); }