package server type ProductivityService interface { PtList(cityId int, fromDay string, ptType int, kongFuType int) (interface{}, error) }