userTask.go 78 B

1234567
  1. package entity
  2. type DateSpan struct {
  3. Key string
  4. From int64
  5. To int64
  6. }