This commit is contained in:
苏尹岚
2021-04-01 16:09:45 +08:00
parent 6235597ba6
commit f9ff953e0a
5 changed files with 42 additions and 10 deletions

View File

@@ -1 +1,17 @@
package jds
import (
"git.rosy.net.cn/jx-callback/business/jxstore/vendor"
"git.rosy.net.cn/jx-callback/business/model"
)
type UnionHandler struct {
}
var (
UnionInterfaceHandler vendor.UnionInterface
)
func init() {
vendor.HandlerMap[model.VendorIDJDShop] = UnionInterfaceHandler
}