package com.zy.asrs.service; import com.zy.asrs.domain.path.StationPathResolvedPolicy; public interface StationPathPolicyService { StationPathResolvedPolicy resolvePolicy(Integer startStationId, Integer endStationId); void evictCache(); }