ScheduleRealInfoService.java 325 Bytes
package com.bsth.service;

import com.bsth.entity.result.AverageSpeed;

import java.util.List;

/**
* @ClassName: ScheduleRealInfoService.java
* @Description: TODO()
* @author: YouRuiFeng
* @date: 2017-8-15 下午1:36:58
*
*/
public interface ScheduleRealInfoService {

   List<AverageSpeed> averageSpeed(String DateStr);

}