From c03e1d823eb86c856ecbe40d8d2180ffce7c7b0f Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 14 十一月 2025 17:45:39 +0800
Subject: [PATCH] 2025.11.14 新增值域的增删改接口

---
 src/main/kotlin/cn/flightfeather/supervision/lightshare/service/DomainitemService.kt |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/DomainitemService.kt b/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/DomainitemService.kt
index dde9c25..d63a9d5 100644
--- a/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/DomainitemService.kt
+++ b/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/DomainitemService.kt
@@ -9,9 +9,9 @@
 
     fun findAll(): MutableList<DomainitemVo>
 
-    fun save(domainitem: Domainitem): Int
+    fun save(domainitem: Domainitem): Domainitem
 
-    fun update(domainitem: Domainitem): Int
+    fun update(domainitem: Domainitem): Domainitem
 
     fun delete(id: String): Int
 
@@ -28,4 +28,11 @@
     fun getDeadlineType(): List<Domainitem>
 
     fun getLevelType(): List<Domainitem>
+
+    /**
+     * 鑾峰彇鍦烘櫙鐨勪换鎰忔媿绫诲瀷
+     * @param sceneType 鍦烘櫙绫诲瀷
+     * @return 浠绘剰鎷嶇被鍨嬬粨鏋渕ap缁撴瀯锛�<绫诲瀷鍊硷紝绫诲瀷鍚嶇О>
+     */
+    fun getMediaFileType(sceneType: Int?): MutableMap<String?, String?>
 }
\ No newline at end of file

--
Gitblit v1.9.3