- GetVendorStore for ebai.

This commit is contained in:
gazebo
2018-09-18 17:15:41 +08:00
parent 5430791437
commit cf62db7ff5
14 changed files with 263 additions and 28 deletions

View File

@@ -1,6 +1,8 @@
package elm
import "git.rosy.net.cn/jx-callback/business/model"
import (
"git.rosy.net.cn/jx-callback/business/model"
)
func (p *PurchaseHandler) ReadStore(vendorStoreID string) (*model.Store, error) {
return nil, nil