This commit is contained in:
邹宗楠
2023-05-29 10:04:27 +08:00
parent bff2be81e8
commit 2a4de66bd4
7 changed files with 11 additions and 73 deletions

View File

@@ -54,7 +54,6 @@ type IDeliveryPlatformHandler interface {
type IDeliveryUpdateStoreHandler interface {
UpdateStore(ctx *jxcontext.Context, storeDetail *dao.StoreDetail2) (err error)
UpdateStoreName(storeId, name string) (err error)
}
type DeliveryPlatformHandlerInfo struct {