Update QR token generation

This commit is contained in:
2026-05-10 14:52:02 +07:00
parent 1834dd0b19
commit 6064ef8fde
3 changed files with 18 additions and 0 deletions
@@ -24,4 +24,5 @@ type TableRepositoryInterface interface {
OccupyTable(ctx context.Context, tableID, orderID uuid.UUID, startTime *time.Time) error
ReleaseTable(ctx context.Context, tableID uuid.UUID, paymentAmount float64) error
GetByOrderID(ctx context.Context, orderID uuid.UUID) (*entities.Table, error)
UpdateToken(ctx context.Context, tableID uuid.UUID, token string) error
}