src/main/kotlin/cn/flightfeather/supervision/lightshare/service/InspectionService.kt
@@ -6,7 +6,7 @@
interface InspectionService {
    fun findProblemListById(id: String): List<ProblemlistVo>
    fun findProblemListById(id: String): List<ProblemListVo>
    fun findAll(): MutableList<Inspection>