hcong
2024-12-17 09c8120288ea7df454c10d67911ab8643f2f4235
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>
}