This commit is contained in:
苏尹岚
2020-11-26 11:40:58 +08:00
parent 68f2de0bf4
commit 2cfd3075bb
2 changed files with 62 additions and 42 deletions

View File

@@ -839,14 +839,14 @@ type WareSaveParam struct {
CatIDLevel4 int `json:"catIdLevel4"`
CategoryID int `json:"categoryId"`
CharacteristicService []interface{} `json:"characteristicService"`
ColType int `json:"colType,omitempty"`
ColType int `json:"colType"`
CostPrice string `json:"costPrice"`
Delivery int `json:"delivery"`
DeliveryID1 int `json:"deliveryId1"`
Density string `json:"density"`
DesignConcept string `json:"designConcept"`
ExtendFeatures []interface{} `json:"extendFeatures"`
Features []WareSaveSkusFea `json:"features,omitempty"`
Features []WareSaveSkusFea `json:"features"`
FitmentNote string `json:"fitmentNote"`
FitmentNoteMobile string `json:"fitmentNoteMobile"`
HasWareBoot bool `json:"hasWareBoot"`