mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 随官方更新客户标签回调通知事件回调模型
This commit is contained in:
@@ -32,12 +32,18 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Events
|
|||||||
/// 获取或设置 ID 类型。
|
/// 获取或设置 ID 类型。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[System.Xml.Serialization.XmlElement("TagType", IsNullable = true)]
|
[System.Xml.Serialization.XmlElement("TagType", IsNullable = true)]
|
||||||
public string IdType { get; set; } = default!;
|
public string? IdType { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置企业标签或标签分组 ID。
|
/// 获取或设置企业标签或标签分组 ID。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[System.Xml.Serialization.XmlElement("Id", IsNullable = true)]
|
[System.Xml.Serialization.XmlElement("Id", IsNullable = true)]
|
||||||
public string? TagOrGroupId { get; set; }
|
public string? TagOrGroupId { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获取或设置规则组 ID。
|
||||||
|
/// </summary>
|
||||||
|
[System.Xml.Serialization.XmlElement("StrategyId", IsNullable = true)]
|
||||||
|
public string? StrategyId { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user