Files
juipnet/Infrastructure/WxApi/Response/UpdateWechatTicketResponse.cs
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

12 lines
268 B
C#

namespace Hncore.Wx.Open
{
/// <summary>
/// <see cref=" UpdateWechatTicketRequest"/>
/// </summary>
public class UpdateWechatTicketResponse : ResponseBase
{
public UpdateWechatTicketResponse() {
}
}
}