go-common/app/job/openplatform/open-sug/model/sug.go

16 lines
188 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package model
// Score ...
type Score struct {
SeasonID string
SeasonName string
Score float64
}
// Sug ...
type Sug struct {
Item *Item
SeasonID int64
Score int64
}