- StoreSkuNameExt中的json
This commit is contained in:
@@ -27,8 +27,8 @@ const (
|
|||||||
|
|
||||||
// GetStoreSkus用
|
// GetStoreSkus用
|
||||||
type StoreSkuNameExt struct {
|
type StoreSkuNameExt struct {
|
||||||
StoreID int `orm:"column(store_id)"`
|
StoreID int `orm:"column(store_id)" json:"storeID"`
|
||||||
StoreName string
|
StoreName string `json:"storeName"`
|
||||||
|
|
||||||
model.SkuName
|
model.SkuName
|
||||||
UnitPrice int `json:"unitPrice"`
|
UnitPrice int `json:"unitPrice"`
|
||||||
|
|||||||
Reference in New Issue
Block a user