- package vo
- type ReStorePreview struct {
- StoreID int64 `json:"storeId"`
- StoreName string `json:"storeName"`
- StoreLocation string `json:"storeLocation"`
- StoreType int64 `json:"storeType"` // 门店类型 1单门店,2连锁门店
- StoreCategory string `json:"storeCategory"` // 门店类目
- TeamNum int64 `json:"teamNum"` // 包含团购套餐
- StoreDetail string `json:"storeDetail"`
- CreatedAt string `json:"createdAt"`
- PhotoUrl string `json:"photoUrl"`
- }
|