special.go 162 B

123456789101112
  1. package special
  2. type Card struct {
  3. ID int64
  4. Title string
  5. Desc string
  6. Cover string
  7. ReType int
  8. ReValue string
  9. Badge string
  10. Size string
  11. }