feiyu02
2025-07-23 517296b16b1faf07bc389809387b1937f9415746
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/DomainitemService.kt
@@ -22,4 +22,17 @@
    fun findByLogName(name: String): List<DomainitemVo>
    fun getLocation(sceneType: Int): List<Domainitem>
    fun getTaskType(): List<Domainitem>
    fun getDeadlineType(): List<Domainitem>
    fun getLevelType(): List<Domainitem>
    /**
     * 获取场景的任意拍类型
     * @param sceneType 场景类型
     * @return 任意拍类型结果map结构,<类型值,类型名称>
     */
    fun getMediaFileType(sceneType: Int?): MutableMap<String?, String?>
}