|
@@ -7,13 +7,13 @@ namespace DataSharing.Share.Dtos.YiBin.ZzptPlatformsYB
|
|
|
/// <summary>
|
|
|
///
|
|
|
/// </summary>
|
|
|
- [JsonPropertyName("Name")]
|
|
|
+ [JsonPropertyName("name")]
|
|
|
public string Name { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
///
|
|
|
/// </summary>
|
|
|
- [JsonPropertyName("Value")]
|
|
|
+ [JsonPropertyName("value")]
|
|
|
public string Value { get; set; }
|
|
|
}
|
|
|
|