active.go 83 B

1234567
  1. package model
  2. type Active struct {
  3. Mid int64
  4. Active int64
  5. Watched int64
  6. }