go-common/app/interface/main/app-channel/model/special/special.go

13 lines
162 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package special
type Card struct {
ID int64
Title string
Desc string
Cover string
ReType int
ReValue string
Badge string
Size string
}