feiyu02
2025-07-30 a700aeb0a07d11da1e6b2ae999983ba17a415c70
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)
}