- move some funcs from jxtools to dao.
This commit is contained in:
@@ -19,6 +19,7 @@ var (
|
||||
|
||||
var (
|
||||
ErrHaveNotImplementedYet = errors.New("还没有实现")
|
||||
ErrEntityNotExist = errors.New("找不到相应实体")
|
||||
)
|
||||
|
||||
func GetPurchaseHandler(vendorID int) partner.IPurchasePlatformHandler {
|
||||
|
||||
Reference in New Issue
Block a user