TrafficEventService.java 203 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 package com.viontech.service; import com.viontech.vo.traffic.TrafficModel; import java.util.List; public interface TrafficEventService { List<Object> selectJsonDatas(TrafficModel trafficModel); }