update draw structure

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

View File

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