青羊经侦大队-数据平台
baizonghao
2023-05-22 aa8836a65e97e297340fff3a42615f0a36f314e7
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);
}