智慧保安后台管理-外网
tangzy
2021-12-10 a5cc8204b581d42fcf6cdd641d624e8c894d592d
src/main/java/org/springblade/modules/accreditation/service/AccreditationRecordsService.java
@@ -49,4 +49,9 @@
    * @return
    */
    List<ExportSecurityBookPaperExcel> exportSecurityBookPaper(AccreditationRecordsVo accreditationRecords);
   /**
    * 导出证书制证信息(包含照片)
    */
   List<AccreditationRecordsVo> exportSecurityBookPapers(AccreditationRecordsVo accreditationRecords);
}