Files

13 lines
171 B
Go
Raw Permalink Normal View History

package model
import "time"
type UserActive struct {
ID int
MacAddr string
Model string
ActiveDate string
IpAddr string
CreateAt time.Time
}