青羊经侦大队-数据平台
baizonghao
2023-04-23 028bd9c7cccb1ba7569636c631fa3c83a16d3e48
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);
}