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