Files
nysoure/server/model/statistic.go
2025-05-11 20:32:14 +08:00

7 lines
88 B
Go

package model
type Statistic struct {
Key string `gorm:"primaryKey"`
Value int64
}