忽略
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace ServiceClient.Response.Householder
|
||||
{
|
||||
public class HouseholderItem
|
||||
{
|
||||
[JsonProperty("ID")] public int UserId { get; set; }
|
||||
|
||||
[JsonProperty("name")] public string Name { get; set; } = "";
|
||||
|
||||
[JsonProperty("mobile")] public string Mobile { get; set; } = "";
|
||||
}
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace ServiceClient.Response.Householder
|
||||
{
|
||||
public class HouseholderItem
|
||||
{
|
||||
[JsonProperty("ID")] public int UserId { get; set; }
|
||||
|
||||
[JsonProperty("name")] public string Name { get; set; } = "";
|
||||
|
||||
[JsonProperty("mobile")] public string Mobile { get; set; } = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user