feiyu02
2024-07-19 9f9d982c9329ff3e616d03598155cce986cdad20
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>
}