2025-05-24 09:16:47 +06:00

8 lines
98 B
Go

package models
type User struct {
ID int64
Points int64
ReferrerID int64
}