Create & Init Project...
This commit is contained in:
15
app/job/openplatform/open-sug/model/sug.go
Normal file
15
app/job/openplatform/open-sug/model/sug.go
Normal file
@ -0,0 +1,15 @@
|
||||
package model
|
||||
|
||||
// Score ...
|
||||
type Score struct {
|
||||
SeasonID string
|
||||
SeasonName string
|
||||
Score float64
|
||||
}
|
||||
|
||||
// Sug ...
|
||||
type Sug struct {
|
||||
Item *Item
|
||||
SeasonID int64
|
||||
Score int64
|
||||
}
|
Reference in New Issue
Block a user