diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index e22f4ae72..69305b6a2 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -81,6 +81,7 @@ type StoreOpRequestInfo struct { StoreName string `json:"storeName"` SkuNamePrefix string `json:"skuNamePrefix"` SkuNameName string `json:"skuNameName"` + UnitPrice int `json:"unitPrice"` } // 商品不可售,直接排除