update draw structure

This commit is contained in:
2025-03-24 22:01:44 +00:00
parent 2eb04d6ffa
commit 697ce77e02

View File

@@ -1,10 +1,14 @@
package models package models
type Draw struct { type Draw struct {
ID int ID int
Date string Date string
Numbers string Machine string
Spend float64 Ballset string
Return float64 Ball1 string
ProfitLoss float64 Ball2 string
Ball3 string
Ball4 string
Ball5 string
Thunderball string
} }