Files
DotNetCore.SKIT.FlurlHttpCl…/src/SKIT.FlurlHttpClient.Wechat.Api/Models/Merchant/Shelf/MerchantShelfGetAllRequest.cs

13 lines
392 B
C#
Raw Normal View History

using System;
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [GET] /merchant/shelf/getall 接口的请求。</para>
/// </summary>
[Obsolete("相关接口或字段于 2020-10-01 下线。")]
public class MerchantShelfGetAllRequest : WechatApiRequest, IInferable<MerchantShelfGetAllRequest, MerchantShelfGetAllResponse>
{
}
}