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