SectionRouteService.java 455 Bytes
package com.bsth.service;

import com.bsth.entity.SectionRoute;

/**
 * 
 * @Interface: SectionRouteService(路段路由service业务层实现接口)
 * 
 * @extends : BaseService
 * 
 * @Description: TODO(路段路由service业务层实现接口)
 * 
 * @Author bsth@lq
 * 
 * @Date 2016年05月03日 上午9:21:17
 *
 * @Version 公交调度系统BS版 0.1
 * 
 */
public interface SectionRouteService extends BaseService<SectionRoute, Integer> {

}