public class SignInModel { public string SiteId { get; set; } public string UserId { get; set; } public string Passwd { get; set; } }