productivity_service.go 140 B

12345
  1. package server
  2. type ProductivityService interface {
  3. PtList(cityId int, fromDay string, ptType int, kongFuType int) (interface{}, error)
  4. }