feiyu02
2024-01-10 30a53b41f09d2eefd33513a409d472c2166ba1ea
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>
}