feat: 完成门店子资源管理与文档同步

This commit is contained in:
2025-12-04 08:38:31 +08:00
parent 17d143a351
commit 9051a024ea
45 changed files with 1671 additions and 3 deletions

View File

@@ -112,6 +112,16 @@ public sealed class StoreDto
/// </summary>
public bool SupportsDelivery { get; init; }
/// <summary>
/// 支持预约。
/// </summary>
public bool SupportsReservation { get; init; }
/// <summary>
/// 支持排队叫号。
/// </summary>
public bool SupportsQueueing { get; init; }
/// <summary>
/// 创建时间。
/// </summary>