update draw structure
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
package models
|
||||
|
||||
type Draw struct {
|
||||
ID int
|
||||
Date string
|
||||
Numbers string
|
||||
Spend float64
|
||||
Return float64
|
||||
ProfitLoss float64
|
||||
ID int
|
||||
Date string
|
||||
Machine string
|
||||
Ballset string
|
||||
Ball1 string
|
||||
Ball2 string
|
||||
Ball3 string
|
||||
Ball4 string
|
||||
Ball5 string
|
||||
Thunderball string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user