mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
chore(work): 规范化文档注释
This commit is contained in:
+7
-7
@@ -226,6 +226,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|||||||
[System.Text.Json.Serialization.JsonPropertyName("answer_id")]
|
[System.Text.Json.Serialization.JsonPropertyName("answer_id")]
|
||||||
public long AnswerId { get; set; }
|
public long AnswerId { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获取或设置用户 ID。
|
||||||
|
/// </summary>
|
||||||
|
[Newtonsoft.Json.JsonProperty("userid")]
|
||||||
|
[System.Text.Json.Serialization.JsonPropertyName("userid")]
|
||||||
|
public string? UserId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置用户名。
|
/// 获取或设置用户名。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -233,13 +240,6 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|||||||
[System.Text.Json.Serialization.JsonPropertyName("user_name")]
|
[System.Text.Json.Serialization.JsonPropertyName("user_name")]
|
||||||
public string UserName { get; set; } = default!;
|
public string UserName { get; set; } = default!;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 用户id,匿名填写不返回。
|
|
||||||
/// </summary>
|
|
||||||
[Newtonsoft.Json.JsonProperty("userid")]
|
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("userid")]
|
|
||||||
public string UserId { get; set; } = default!;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置外部联系人临时 ID。
|
/// 获取或设置外部联系人临时 ID。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user