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