more simpler + torty sectino
This commit is contained in:
parent
a74c276cd3
commit
3b184c7c6f
10 changed files with 375 additions and 152 deletions
|
|
@ -96,6 +96,21 @@ type CakeCount struct {
|
|||
Amount int
|
||||
}
|
||||
|
||||
type SpecialCakeWithOrder struct {
|
||||
ID int
|
||||
OrderID int
|
||||
Name string
|
||||
Price Price
|
||||
Size string
|
||||
Shape string
|
||||
Flavour string
|
||||
Notes string
|
||||
Tags []Tag
|
||||
ClientName string
|
||||
ClientSurname string
|
||||
OrderDate time.Time
|
||||
}
|
||||
|
||||
type BlockedDate struct {
|
||||
ID int
|
||||
Date string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue