refactor: 重命名商户门店DTO
This commit is contained in:
@@ -96,7 +96,7 @@ public sealed class MerchantDetailDto
|
||||
/// <summary>
|
||||
/// 门店列表。
|
||||
/// </summary>
|
||||
public IReadOnlyList<StoreDto> Stores { get; init; } = [];
|
||||
public IReadOnlyList<MerchantStoreDto> Stores { get; init; } = [];
|
||||
|
||||
/// <summary>
|
||||
/// 并发控制版本。
|
||||
|
||||
Reference in New Issue
Block a user