- StoreSkuNameExt中的json
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user