hcong
2024-12-02 c95f66f4b81e81df9432c0c6d306ad22e3f5e587
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/TownService.kt
@@ -1,5 +1,6 @@
package cn.flightfeather.supervision.lightshare.service
import cn.flightfeather.supervision.domain.ds1.entity.District
import cn.flightfeather.supervision.domain.ds1.entity.Town
@@ -13,4 +14,6 @@
    fun update(town: Town): Int
    fun delete(id: String): Int
    fun getByDistrict(districtCode: String): List<Town>
}