feat:商户管理
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using MediatR;
|
||||
using TakeoutSaaS.Application.App.Merchants.Dto;
|
||||
|
||||
namespace TakeoutSaaS.Application.App.Merchants.Queries;
|
||||
|
||||
/// <summary>
|
||||
/// 获取商户变更历史。
|
||||
/// </summary>
|
||||
public sealed record GetMerchantChangeHistoryQuery(long MerchantId, string? FieldName = null)
|
||||
: IRequest<IReadOnlyList<MerchantChangeLogDto>>;
|
||||
Reference in New Issue
Block a user