对比京西和平台差异修改

This commit is contained in:
苏尹岚
2019-10-30 10:27:35 +08:00
parent 6e8851bde3
commit 510a1b11af
3 changed files with 64 additions and 12 deletions

View File

@@ -173,6 +173,7 @@ type IMultipleStoresHandler interface {
// 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)
GetSkusForCheck(ctx *jxcontext.Context, skuID int, vendorSkuID, skuName string) (skuNameList []*SkuNameInfo, err error)
}
type ISingleStoreHandler interface {