Files
app-api/internal/model/user_active.go
T

13 lines
171 B
Go
Raw Normal View History

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