Class TicketStatisticRestController


@RestController @RequestMapping("/api/v1/ticket/statistic") public class TicketStatisticRestController extends BaseRestController<TicketStatisticRequest,TicketStatisticRestService>