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