|
@@ -17,6 +17,7 @@ func LoadProductsInfo(context *gin.Context) {
|
|
|
|
|
|
|
|
for _, prod := range products.Products {
|
|
for _, prod := range products.Products {
|
|
|
product := model.Product{
|
|
product := model.Product{
|
|
|
|
|
+ CodeCarCaDe: prod.CodeCarCaDe,
|
|
|
CodeUT10: prod.CodeUT10,
|
|
CodeUT10: prod.CodeUT10,
|
|
|
Name: prod.Name,
|
|
Name: prod.Name,
|
|
|
Manufacturer: prod.Manufacturer,
|
|
Manufacturer: prod.Manufacturer,
|