I have the following model:
我有以下型号:
public class Person
{
public string Name { get; set; }
public string Gender { get; set; }
}
public I have the following model:
我有以下型号:
public class Person
{
public string Name { get; set; }
public string Gender { get; set; }
}
public