feat: 完成门店子资源管理与文档同步
This commit is contained in:
@@ -103,4 +103,14 @@ public sealed record UpdateStoreCommand : IRequest<StoreDto?>
|
||||
/// 支持配送。
|
||||
/// </summary>
|
||||
public bool SupportsDelivery { get; init; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// 支持预约。
|
||||
/// </summary>
|
||||
public bool SupportsReservation { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 支持排队叫号。
|
||||
/// </summary>
|
||||
public bool SupportsQueueing { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user