Fix categories with table

This commit is contained in:
2026-05-08 14:19:40 +07:00
parent 3721fb3cd7
commit fe57aab3b4
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ type SelfOrderCreateOrderItem struct {
}
type SelfOrderListCategoriesRequest struct {
TableID uuid.UUID `form:"table_id" validate:"required"`
TableID string `form:"table_id" validate:"required"`
}
type SelfOrderCategoryItem struct {