update model

This commit is contained in:
Sinh 2024-06-20 10:09:35 +07:00
parent 178652fcef
commit baf7be0820
1 changed files with 0 additions and 1 deletions

View File

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