zengh
2021-07-18 a0ed8f2e611999f4413bc9ce137b74451e23467b
src/main/java/org/springblade/modules/apply/service/ApplyService.java
@@ -25,4 +25,11 @@
    * @return
    */
   ApplyVO selectApplyInfo(Apply apply);
   /**
    * 获取准考证前缀相同的数量
    * @param result 前缀
    * @return
    */
    int getCandidateNoCount(String result);
}