feat: 商户模块移除租户上下文依赖

This commit is contained in:
2026-01-29 13:52:36 +00:00
parent bb3bb842bc
commit 4dc5b067eb
31 changed files with 218 additions and 268 deletions

View File

@@ -20,6 +20,7 @@ public sealed class CreateMerchantCommandHandler(IMerchantRepository merchantRep
// 1. 构建商户实体
var merchant = new Merchant
{
TenantId = request.TenantId,
BrandName = request.BrandName.Trim(),
BrandAlias = request.BrandAlias?.Trim(),
LogoUrl = request.LogoUrl?.Trim(),