package com.jiayue.biz.service; import com.jiayue.biz.domain.OtherStationInfo; import java.util.List; public interface OtherStationInfoService { //查询全省其他场站基本信息 List<OtherStationInfo> selectOtherStationInfo(); }