| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springblade.modules.accreditation.entity.AccreditationRecords; |
| | | import org.springblade.modules.accreditation.excel.ExportSecurityBookPaperExcel; |
| | | import org.springblade.modules.accreditation.vo.AccreditationRecordsVo; |
| | | import org.springblade.modules.accreditation.excel.ExportSecurityPaperExcel; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<ExportSecurityPaperExcel> exportSecurityPaperList(AccreditationRecordsVo accreditationRecords); |
| | | |
| | | /** |
| | | * 导出证书制证信息 |
| | | * @param accreditationRecords |
| | | * @return |
| | | */ |
| | | List<ExportSecurityBookPaperExcel> exportSecurityBookPaper(AccreditationRecordsVo accreditationRecords); |
| | | |
| | | /** |
| | | * 导出证书制证信息(包含照片) |
| | | */ |
| | | List<AccreditationRecordsVo> exportSecurityBookPapers(AccreditationRecordsVo accreditationRecords); |
| | | |
| | | /** |
| | | * 批量修改为已制证 |
| | | * @param accreditationRecords 制证记录信息对象 |
| | | */ |
| | | boolean batchAccreditation(AccreditationRecordsVo accreditationRecords); |
| | | } |