This commit is contained in:
苏尹岚
2020-12-11 10:39:13 +08:00
parent e2b49ea137
commit b38b644543

View File

@@ -60,3 +60,7 @@ func (c *DeliveryHandler) IsErrStoreExist(err error) bool {
func (c *DeliveryHandler) IsErrStoreNotExist(err error) bool {
return false
}
func (c *DeliveryHandler) UpdateStore(ctx *jxcontext.Context, storeDetail *dao.StoreDetail2) (err error) {
return err
}