mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 10:16:20 +08:00
feat(work): 随官方更新文件防泄漏相关接口模型
This commit is contained in:
@@ -94,6 +94,20 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[Newtonsoft.Json.JsonProperty("applicant_name")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("applicant_name")]
|
||||
public string? ApplicantName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置设备类型。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("device_type")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("device_type")]
|
||||
public int? DeviceType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置设备编码。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("device_code")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("device_code")]
|
||||
public string? DeviceCode { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user