refactor: 重命名商户门店DTO

This commit is contained in:
2026-01-05 10:43:04 +08:00
parent dd92968304
commit 6eea61264b
3 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ public sealed class MerchantDetailDto
/// <summary>
/// 门店列表。
/// </summary>
public IReadOnlyList<StoreDto> Stores { get; init; } = [];
public IReadOnlyList<MerchantStoreDto> Stores { get; init; } = [];
/// <summary>
/// 并发控制版本。