feat(work): 升级核心库

This commit is contained in:
Fu Diwei
2021-08-20 22:10:50 +08:00
parent c0b24b223f
commit 76b4ec74ea
55 changed files with 137 additions and 137 deletions

View File

@@ -281,9 +281,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
/// 获取或设置是否启用成员。
/// </summary>
[Newtonsoft.Json.JsonProperty("enable")]
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.NumberTypedNullableBooleanConverter))]
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.NumericalNullableBooleanConverter))]
[System.Text.Json.Serialization.JsonPropertyName("enable")]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.NumberTypedNullableBooleanConverter))]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.NumericalNullableBooleanConverter))]
public bool? IsEnabled { get; set; }
/// <summary>