This commit is contained in:
richboo111
2022-11-14 09:31:23 +08:00
parent ccdc014385
commit 848107bd2c
5 changed files with 117 additions and 22 deletions

View File

@@ -146,7 +146,6 @@ type IPurchasePlatformHandler interface {
// 只与平台相关
GetVendorCategories(ctx *jxcontext.Context) (vendorCats []*model.SkuVendorCategory, err error)
////////
// Store
ReadStore(ctx *jxcontext.Context, vendorOrgCode, vendorStoreID, vendorStoreName string) (store *dao.StoreDetail, err error)
UpdateStore(db *dao.DaoDB, storeID int, userName string) (err error)