using MediatR; using TakeoutSaaS.Application.App.Merchants.Dto; namespace TakeoutSaaS.Application.App.Merchants.Queries; /// /// 获取商户变更历史。 /// public sealed record GetMerchantChangeHistoryQuery(long MerchantId, string? FieldName = null) : IRequest>;