- 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

@@ -2,9 +2,9 @@ package model
// https://github.com/videni/pcr
const (
CityLevelProvince = 1
CityLevelCity = 2
CityLevelDistrict = 3
PlaceLevelProvince = 1
PlaceLevelCity = 2
PlaceLevelDistrict = 3
)
type Place struct {