IStationBlocker.java 194 Bytes
package com.huaheng.pc.sap.service;

/***
 * @author tongzonghao
 * 站台阻断接口
 */
public interface IStationBlocker {

    public boolean isBlock(String stationCode,String passport);

}