add ticket structure

This commit is contained in:
2025-03-24 22:01:56 +00:00
parent 697ce77e02
commit 0f48341ce3

12
models/myticket.go Normal file
View 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
}