lin
2024-05-20 0814274c6ef53f39d9460e4d029717c9eff999e0
src/main/java/org/springblade/modules/police/controller/PoliceStationController.java
@@ -117,5 +117,12 @@
      return R.success("操作成功");
   }
   /**
    * 派出所树查询
    */
   @GetMapping("/tree")
   public R tree(PoliceStationEntity policeStation) {
      return R.data(policeStationService.tree(policeStation));
   }
}