Administrator
2021-08-10 261e8684cc8495ad5a705c2f36c1ac82ad643ac3
src/main/java/org/springblade/modules/apply/service/ApplyService.java
@@ -80,4 +80,10 @@
    * @return
    */
    List<Apply> getSecurityApplyInfo(Apply apply);
   /**
    * 查询报名人员未关联考试的ids集合
    * @return
    */
   List<Long> getApplyIds();
}