using System; using System.Collections.Generic; namespace SKIT.FlurlHttpClient.Wechat.Api.Models { /// /// 表示 [POST] /componenttcb/dbindex 接口的响应。 /// public class ComponentTcbDbIndexResponse : WechatApiResponse { } }