+ partner.GetSkus, jd.GetSkus

This commit is contained in:
gazebo
2019-08-01 10:16:26 +08:00
parent 57829c5f0e
commit 84c0b93ec4
4 changed files with 103 additions and 5 deletions

View File

@@ -194,6 +194,8 @@ type IMultipleStoresHandler interface {
DeleteSku(db *dao.DaoDB, sku *model.Sku, userName string) (err error)
RefreshAllSkusID(ctx *jxcontext.Context, parentTask tasksch.ITask, isAsync bool) (hint string, err error)
GetSkus(ctx *jxcontext.Context, skuID int, vendorSkuID, skuName string) (skuNameList []*SkuNameInfo, err error)
}
type ISingleStoreHandler interface {