y595705120 3 anni fa
parent
commit
07463d60d7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {