DetourService.java 167 Bytes
package com.bsth.service;

import com.bsth.entity.Detour;

/**
 * 绕改道 Service 接口
 */
public interface DetourService extends BaseService<Detour, Integer> {

}