src/main/kotlin/cn/flightfeather/supervision/domain/ds1/mapper/SubtaskMapper.kt
@@ -18,4 +18,6 @@
    fun selectByTopTask(topTaskId: String, startTime: String, endTime: String, sceneTypeId: Int? = null): List<SubtaskVo>
    fun selectByTopTask2(topTaskId: String, sceneTypeId: Int? = null): List<Subtask>
}