+ EnableAutoAcceptOrder

This commit is contained in:
gazebo
2019-09-19 11:46:58 +08:00
parent a9c7be1027
commit af41dbb6b8
7 changed files with 18 additions and 44 deletions

View File

@@ -8,6 +8,7 @@ import (
type IStoreHandler interface {
GetAllStoresVendorID(ctx *jxcontext.Context) (vendorStoreIDs []string, err error)
EnableAutoAcceptOrder(ctx *jxcontext.Context, storeID int, vendorStoreID string, isSetEnable bool) (err error)
UpdateStoreStatus(ctx *jxcontext.Context, storeID int, vendorStoreID string, status int) (err error)
// opTime格式为整数1130代表11:30
UpdateStoreOpTime(ctx *jxcontext.Context, storeID int, vendorStoreID string, opTimeList []int16) (err error)