| | |
| | | import com.stylefeng.guns.modular.system.util.ResultUtil; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.time.LocalDateTime; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * 人工审核 |
| | | * @return |
| | | */ |
| | | ResultUtil manualAudit(ManualAuditVo vo); |
| | | ResultUtil manualAudit(ManualAuditVo vo, String userId); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param status |
| | | * @param response |
| | | */ |
| | | void downloadTaskRecord(List<String> ids, String code, Integer status, HttpServletResponse response); |
| | | void downloadTaskRecord(List<String> ids, String code, List<Integer> status, Integer sysStatus, Integer type, String typeName, LocalDateTime startTime,LocalDateTime endTime, HttpServletResponse response); |
| | | |
| | | } |