This commit is contained in:
@@ -11,5 +11,7 @@ namespace AyaNova.Biz
|
||||
public object v { get; set; }
|
||||
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)] //https://www.newtonsoft.com/json/help/html/JsonPropertyPropertyLevelSetting.htm
|
||||
public long? i { get; set; }
|
||||
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)] //https://www.newtonsoft.com/json/help/html/JsonPropertyPropertyLevelSetting.htm
|
||||
public bool? rid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user