update draw structure
This commit is contained in:
@@ -3,8 +3,12 @@ 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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user