Create & Init Project...
This commit is contained in:
20
app/interface/main/app-card/model/card/show/show.go
Normal file
20
app/interface/main/app-card/model/card/show/show.go
Normal file
@ -0,0 +1,20 @@
|
||||
package show
|
||||
|
||||
type Shopping struct {
|
||||
ID int64 `json:"id,omitempty"`
|
||||
Name string `json:"name,omitempty"`
|
||||
PerformanceImage string `json:"performance_image,omitempty"`
|
||||
PerformanceImageP string `json:"performance_imagep,omitempty"`
|
||||
STime string `json:"stime,omitempty"`
|
||||
ETime string `json:"etime,omitempty"`
|
||||
Tags []*struct {
|
||||
TagID int64 `json:"tag_id,omitempty"`
|
||||
TagName string `json:"tag_name,omitempty"`
|
||||
} `json:"tags,omitempty"`
|
||||
CityName string `json:"city_name,omitempty"`
|
||||
URL string `json:"url,omitempty"`
|
||||
Subname string `json:"subname,omitempty"`
|
||||
Pricelt string `json:"pricelt,omitempty"`
|
||||
Want string `json:"want,omitempty"`
|
||||
Type int8 `json:"type,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user