GpsDataService.java 233 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 package com.bsth.vehicle.gpsdata.service; import java.util.List; import java.util.Map; public interface GpsDataService { List<Map<String, Object>> history(String device, Long startTime, Long endTime, int directions); }