- cms store management.
This commit is contained in:
7
business/partner/purchase/elm/store.go
Normal file
7
business/partner/purchase/elm/store.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package elm
|
||||
|
||||
import "git.rosy.net.cn/jx-callback/business/model"
|
||||
|
||||
func (p *PurchaseHandler) ReadStore(vendorStoreID string) (*model.Store, error) {
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user