Files
openbilibili/app/interface/main/app-channel/model/special/special.go

13 lines
162 B
Go
Raw Normal View History

2019-04-22 20:46:32 +08:00
package special
type Card struct {
ID int64
Title string
Desc string
Cover string
ReType int
ReValue string
Badge string
Size string
}