add ticket structure
This commit is contained in:
12
models/myticket.go
Normal file
12
models/myticket.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
type MyTicket struct {
|
||||
ID int
|
||||
DrawDate string
|
||||
Ball1 string
|
||||
Ball2 string
|
||||
Ball3 string
|
||||
Ball4 string
|
||||
Ball5 string
|
||||
Thunderball string
|
||||
}
|
||||
Reference in New Issue
Block a user