Sign in

wms / wms_changshushengyi · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms_changshushengyi
  • ..
  • service
  • IStationBlocker.java
  • fix: 站台阻断控制接口。
    b6b2bae2
    tongzhonghao authored
    2025-05-12 10:02:01 +0800  
    Browse Dir »
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);

}