using System.Collections.Generic;
using MediatR;
using TakeoutSaaS.Application.App.Merchants.Dto;
namespace TakeoutSaaS.Application.App.Merchants.Queries;
///
/// 查询商户合同。
///
public sealed record GetMerchantContractsQuery(long MerchantId) : IRequest>;