removed cake categories

This commit is contained in:
bronku 2026-06-11 01:13:42 +02:00
parent b3a5c0b19e
commit d382de4236
10 changed files with 12 additions and 106 deletions

View file

@ -3,12 +3,10 @@ package models
import "time"
type Cake struct {
Name string
ID int
Price int // increments of 0.01
Amount int
Category string
Availability string
Name string
ID int
Price int // increments of 0.01
Amount int
}
type Order struct {