mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
13 lines
295 B
C#
13 lines
295 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /componenttcb/dbindex 接口的响应。</para>
|
|
/// </summary>
|
|
public class ComponentTcbDbIndexResponse : WechatApiResponse
|
|
{
|
|
}
|
|
}
|