- 拉取饿百门店营业执照信息
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user