Files

13 lines
162 B
Go
Raw Permalink 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
}