game_sync/statistics/mysql/model/log_login_mid.go

7 lines
85 B
Go

package model
type LogLoginMid struct {
ID uint `gorm:"primaryKey"`
MID string
}