京东商城获取省市区

This commit is contained in:
苏尹岚
2020-05-15 15:21:15 +08:00
parent 39ba090f88
commit 68a7c6f81b
2 changed files with 71 additions and 52 deletions

View File

@@ -18,6 +18,7 @@ type Place struct {
TelCode string `orm:"size(8);index" json:"telCode"`
JdCode int `orm:"index" json:"jdCode"` // 对应的京东代码
EbaiCode int `orm:"index" json:"ebaiCode"`
Enabled int8 `json:"enabled"` // 是否启用
MtpsPrice int `json:"mtpsPrice"` // 分为单位
Enabled int8 `json:"enabled"` // 是否启用
MtpsPrice int `json:"mtpsPrice"` // 分为单位
JdsCode int `orm:"index" json:"jdsCode"` //京东商城代码
}