mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(work): 随官方更新文档相关接口模型
This commit is contained in:
@@ -23,6 +23,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|||||||
[System.Text.Json.Serialization.JsonPropertyName("title")]
|
[System.Text.Json.Serialization.JsonPropertyName("title")]
|
||||||
public string Title { get; set; } = default!;
|
public string Title { get; set; } = default!;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获取或设置子表类型。
|
||||||
|
/// </summary>
|
||||||
|
[Newtonsoft.Json.JsonProperty("type")]
|
||||||
|
[System.Text.Json.Serialization.JsonPropertyName("type")]
|
||||||
|
public string Type { get; set; } = default!;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置是否可见。
|
/// 获取或设置是否可见。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@@ -5,7 +5,8 @@
|
|||||||
{
|
{
|
||||||
"sheet_id": "123Abc",
|
"sheet_id": "123Abc",
|
||||||
"title": "XXXX",
|
"title": "XXXX",
|
||||||
"is_visible": true
|
"is_visible": true,
|
||||||
|
"type": "smartsheet"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user