namespace Application.Web; public class RegisterInfoParms { public string nick { get; set; } = string.Empty; public int sex { get; set; } }