- GetActStoreSkuVendorInfo返回StoreName(在ActStoreSku2中新增StoreName字段)
This commit is contained in:
@@ -181,5 +181,7 @@ type ActStoreSku2 struct {
|
||||
ActualActPrice int64 `orm:"" json:"actualActPrice"` // 单品级活动用,创建活动时商品的活动价格
|
||||
|
||||
VendorStoreID string `orm:"column(vendor_store_id)" json:"vendorStoreID"`
|
||||
VendorSkuID string `orm:"column(vendor_sku_id)" json:"vendorSkuID"`
|
||||
StoreName string `json:"storeName"`
|
||||
|
||||
VendorSkuID string `orm:"column(vendor_sku_id)" json:"vendorSkuID"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user