public T_PERSON GetLoginInfo(string userId, string pwd) { T_PERSON _PERSON = _UserOperate.LoginInfo(userId, pwd); return(_PERSON); }