ScheduleRealInfoService.java
300 Bytes
package com.bsth.service;
import com.bsth.entity.ScheduleRealInfo;
import com.bsth.entity.result.CalcWaybill;
import java.util.List;
/**
* Created by panzhao on 2017/7/27.
*/
public interface ScheduleRealInfoService {
List<CalcWaybill> findAll(String rq,String lineCode);
}