init
This commit is contained in:
10
models/draw.go
Normal file
10
models/draw.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
type Draw struct {
|
||||
ID int
|
||||
Date string
|
||||
Numbers string
|
||||
Spend float64
|
||||
Return float64
|
||||
ProfitLoss float64
|
||||
}
|
||||
Reference in New Issue
Block a user