feiyu02
2024-11-08 d2727f231319a48019bc3b87439136ab49b97b9b
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/DomainitemService.kt
@@ -22,4 +22,10 @@
    fun findByLogName(name: String): List<DomainitemVo>
    fun getLocation(sceneType: Int): List<Domainitem>
    fun getTaskType(): List<Domainitem>
    fun getDeadlineType(): List<Domainitem>
    fun getLevelType(): List<Domainitem>
}