青羊经侦大队-数据平台
baizonghao
2023-03-21 26f92cdd79159609931e4bd7dce7241b9c2bb9e0
src/main/java/com/example/jz/service/ReportService.java
@@ -6,6 +6,7 @@
import com.example.jz.modle.dto.ReportParamDto;
import com.example.jz.modle.entity.Report;
import com.example.jz.modle.vo.ReportListVo;
import com.example.jz.modle.vo.ReportVXVO;
import org.springframework.web.multipart.MultipartFile;
import javax.servlet.http.HttpServletResponse;
@@ -45,5 +46,7 @@
    void loadFileReport(MultipartFile multipartFile, Integer causeId);
    Boolean reject(Integer id, String reason);
    ReportVXVO getRejectReportById(Integer id);
}