feiyu02
2025-09-30 a3cc1d220f8a1de11874bebceba0130d32157ff1
src/main/kotlin/cn/flightfeather/supervision/lightshare/web/TownController.kt
@@ -23,4 +23,9 @@
    @DeleteMapping("/{id}")
    fun delete (@PathVariable id: String) = townService.delete(id)
    @GetMapping("/district")
    fun getByDistrict(
        @RequestParam("districtCode") districtCode: String,
    ) = townService.getByDistrict(districtCode)
}