aa
This commit is contained in:
@@ -11,6 +11,7 @@ type PageShopWithPlaceName struct {
|
||||
CityName string `json:"cityName"`
|
||||
DistrictName string `json:"districtName"`
|
||||
Distance int `json:"distance"`
|
||||
BrandName string `json:"brandName"`
|
||||
}
|
||||
|
||||
func QueryPageStores(db *DaoDB, pageSize, offset int, keyword string, vendorStoreID string, vendorID int, orgCode string,
|
||||
|
||||
@@ -79,3 +79,15 @@ func (*PageStore) TableIndex() [][]string {
|
||||
[]string{"VendorID", "VendorStoreID"},
|
||||
}
|
||||
}
|
||||
|
||||
type PageBrand struct {
|
||||
ModelIDCUL
|
||||
|
||||
BrandName string `json:"brandName"`
|
||||
}
|
||||
|
||||
func (*PageBrand) TableIndex() [][]string {
|
||||
return [][]string{
|
||||
[]string{"BrandName"},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user