src/main/kotlin/cn/flightfeather/supervision/domain/ds1/mapper/ScenseMapper.kt
@@ -8,5 +8,10 @@ @Mapper interface ScenseMapper:MyMapper<Scense>, MutableList<Scense> { /** * 获取未创建用户的场景 */ fun selectNoAccountScene(): List<Scense> fun getSceneByType(topTaskId: String, sceneTypeId: Int? = null, townCode: String? = null): List<Scense> }