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

13 lines
293 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [GET] /merchant/shelf/getall 接口的请求。</para>
/// </summary>
public class MerchantShelfGetAllRequest : WechatApiRequest
{
}
}