public IEnumerable <Users> SelectUserInfo(string UserName) //查询用户信息 { return(iposts.SelectUserInfo(UserName)); }