go-common/app/job/main/spy/model/active.go
2019-04-22 18:49:16 +08:00

8 lines
83 B
Go

package model
type Active struct {
Mid int64
Active int64
Watched int64
}