青羊经侦大队-数据平台
baizonghao
2023-05-19 1c3f11dfd7493a4c4a8d41e2499477840bcc070c
src/main/java/com/example/jz/service/ReportService.java
@@ -5,6 +5,7 @@
import com.example.jz.modle.dto.AddReportDto;
import com.example.jz.modle.dto.ReportParamDto;
import com.example.jz.modle.entity.Report;
import com.example.jz.modle.vo.NewCauseVo;
import com.example.jz.modle.vo.ReportListVo;
import com.example.jz.modle.vo.ReportVXVO;
import org.springframework.web.multipart.MultipartFile;
@@ -48,5 +49,7 @@
    Boolean reject(Integer id, String reason);
    ReportVXVO getRejectReportById(Integer id);
    NewCauseVo rejectCauseList(Integer id);
}