фикс страницы накладных

функционал обновления списка накладных
This commit is contained in:
2025-12-29 12:35:27 +03:00
parent d6703e1a4b
commit baf6aedf78

View File

@@ -108,7 +108,7 @@ type ProductFullDTO struct {
ColdLossPercent float64 `json:"coldLossPercent"` ColdLossPercent float64 `json:"coldLossPercent"`
HotLossPercent float64 `json:"hotLossPercent"` HotLossPercent float64 `json:"hotLossPercent"`
OuterCode *string `json:"outerEconomicActivityNomenclatureCode"` OuterCode *string `json:"outerEconomicActivityNomenclatureCode"`
AllergenGroups *string `json:"allergenGroups"` AllergenGroups []interface{} `json:"allergenGroups"`
EstPurchasePrice float64 `json:"estimatedPurchasePrice"` EstPurchasePrice float64 `json:"estimatedPurchasePrice"`
CanSetOpenPrice bool `json:"canSetOpenPrice"` CanSetOpenPrice bool `json:"canSetOpenPrice"`
NotInStoreMovement bool `json:"notInStoreMovement"` NotInStoreMovement bool `json:"notInStoreMovement"`