Files
website/models/draw.go
2025-03-24 19:17:39 +00:00

11 lines
151 B
Go

package models
type Draw struct {
ID int
Date string
Numbers string
Spend float64
Return float64
ProfitLoss float64
}