- 拉取饿百门店营业执照信息

This commit is contained in:
gazebo
2019-09-11 16:24:42 +08:00
parent adbaf4ff13
commit 4e52916066
2 changed files with 25 additions and 7 deletions

View File

@@ -23,6 +23,9 @@ type PageShop struct {
RecentOrderNum int `orm:"size(48)" json:"recentOrderNum"` // 月订单量
SkuCount int `orm:"size(48)" json:"skuCount"` // 商品总量
BusinessType string `orm:"size(48)" json:"businessType"` // 经营范围
LicenceCode string `orm:"size(32)" json:"licenceCode"` // 营业执照
LicenceImg string `orm:"size(255)" json:"licenceImg"` // 营业执照图片
}
func (*PageShop) TableUnique() [][]string {