1
This commit is contained in:
@@ -168,6 +168,9 @@ type IPurchasePlatformStoreSkuHandler interface {
|
||||
UpdateStoreSkusSpecTag(ctx *jxcontext.Context, vendorOrgCode string, storeID int, vendorStoreID string, storeSkuList []*StoreSkuInfo) (err error)
|
||||
// GetSkuCategoryIdByName 获取各个平台推荐分类
|
||||
GetSkuCategoryIdByName(vendorOrgCode, skuName string) (vendorCategoryId string, err error)
|
||||
|
||||
// GetVendorAllSkuList 同平台商品复制(饿了么复制饿了么,美团复制美团),获取商品
|
||||
|
||||
}
|
||||
|
||||
type ISingleStoreStoreSkuHandler interface {
|
||||
|
||||
Reference in New Issue
Block a user