#
Junjie
13 分钟以前 67817d96e3f74fa89383cd9ee9725f7aec4fdcca
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.service;
 
import com.zy.asrs.domain.path.StationPathResolvedPolicy;
 
public interface StationPathPolicyService {
 
    StationPathResolvedPolicy resolvePolicy(Integer startStationId, Integer endStationId);
 
    void evictCache();
}