diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index dad8d51e1..2cb69a474 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -27,8 +27,8 @@ const ( // GetStoreSkus用 type StoreSkuNameExt struct { - StoreID int `orm:"column(store_id)"` - StoreName string + StoreID int `orm:"column(store_id)" json:"storeID"` + StoreName string `json:"storeName"` model.SkuName UnitPrice int `json:"unitPrice"`