y595705120 3 лет назад
Родитель
Сommit
07463d60d7
1 измененных файлов с 1 добавлено и 0 удалено
  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 {