logo search
This commit is contained in:
parent
147298188b
commit
615032a0a8
|
@ -13,7 +13,6 @@ import (
|
||||||
|
|
||||||
type PreLogoSearchResult struct {
|
type PreLogoSearchResult struct {
|
||||||
Id int64 `gorm:"primary_key;default:0;auto_increment;" json:"id"` // 自增的唯一id
|
Id int64 `gorm:"primary_key;default:0;auto_increment;" json:"id"` // 自增的唯一id
|
||||||
LocationCode *string `gorm:"index;default:'';" json:"location_code"` //
|
|
||||||
RestaurantName *string `gorm:"index;default:'';" json:"restaurant_name"` //
|
RestaurantName *string `gorm:"index;default:'';" json:"restaurant_name"` //
|
||||||
ResourceUrl *string `gorm:"default:'';" json:"resource_url"` //
|
ResourceUrl *string `gorm:"default:'';" json:"resource_url"` //
|
||||||
RestaurantType *string `gorm:"default:'';" json:"restaurant_type"` //
|
RestaurantType *string `gorm:"default:'';" json:"restaurant_type"` //
|
||||||
|
|
Loading…
Reference in New Issue
Block a user