feiyu02
2025-09-17 8c15c9cc0d6474ed77e313258f9b09f7f2d6366e
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/DomaincatalogService.kt
@@ -1,6 +1,8 @@
package cn.flightfeather.supervision.lightshare.service
import cn.flightfeather.supervision.common.utils.Constant
import cn.flightfeather.supervision.domain.ds1.entity.Domaincatalog
import cn.flightfeather.supervision.lightshare.vo.AreaVo
import cn.flightfeather.supervision.lightshare.vo.DomaincatalogVo
@@ -16,4 +18,14 @@
    fun update(domaincatalog: Domaincatalog): Int
    fun delete(id: String): Int
    /**
     * 快捷配置
     * 针对一种新的场景类型,进行快速配置
     */
    fun quickConfiguration(
        target: Constant.SceneType, targetArea: AreaVo, source: Constant.SceneType,
        sourceArea: AreaVo,
    ): Boolean
}