feat: Mini 桌码扫码上下文接口
This commit is contained in:
@@ -71,6 +71,11 @@ public interface IStoreRepository
|
||||
/// </summary>
|
||||
Task<StoreTable?> FindTableByIdAsync(long tableId, long tenantId, CancellationToken cancellationToken = default);
|
||||
|
||||
/// <summary>
|
||||
/// 依据桌码获取桌台。
|
||||
/// </summary>
|
||||
Task<StoreTable?> FindTableByCodeAsync(string tableCode, long tenantId, CancellationToken cancellationToken = default);
|
||||
|
||||
/// <summary>
|
||||
/// 获取门店员工排班(可选时间范围)。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user