mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-28 12:37:25 +00:00
Initial commit
This commit is contained in:
6
server/model/statistic.go
Normal file
6
server/model/statistic.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type Statistic struct {
|
||||
Key string `gorm:"primaryKey"`
|
||||
Value int64
|
||||
}
|
Reference in New Issue
Block a user