IStationBlocker.java 194 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 package com.huaheng.pc.sap.service; /*** * @author tongzonghao * 站台阻断接口 */ public interface IStationBlocker { public boolean isBlock(String stationCode,String passport); }