mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(work): 随官方更新企业通讯录接口相关字段
This commit is contained in:
@@ -198,7 +198,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("name")]
|
[Newtonsoft.Json.JsonProperty("name")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("name")]
|
[System.Text.Json.Serialization.JsonPropertyName("name")]
|
||||||
public string Name { get; set; } = default!;
|
public string? Name { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置成员英文名称。
|
/// 获取或设置成员英文名称。
|
||||||
|
@@ -42,7 +42,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("name")]
|
[Newtonsoft.Json.JsonProperty("name")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("name")]
|
[System.Text.Json.Serialization.JsonPropertyName("name")]
|
||||||
public string Name { get; set; } = default!;
|
public string? Name { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置成员英文名称。
|
/// 获取或设置成员英文名称。
|
||||||
|
Reference in New Issue
Block a user