Merge branch 'viettel-ffm' into develop

This commit is contained in:
Sinh 2024-06-21 14:32:58 +07:00
commit d2cf1a4dfd
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ type SpecifiedProductLine struct {
type Product struct { type Product struct {
PartnerSku string `json:"partner_sku"` PartnerSku string `json:"partner_sku"`
SKU string `json:"sku"`
} }
type ProdCondType struct { type ProdCondType struct {