y595705120 3 vuotta sitten
vanhempi
commit
07463d60d7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      server/model/ordonnance.go

+ 1 - 0
server/model/ordonnance.go

@@ -20,6 +20,7 @@ type Ordonnance struct {
 	BoilFee     uint16 `json:"boilFee"`
 	DeliveryFee uint16 `json:"deliveryFee"`
 	Counter     uint16 `json:"counter"`
+	Old         uint16 `json:"old"`
 }
 
 type VordonnanceDetail struct {