zhongrj
2024-05-25 f37c32e7d663b40a8a55e50735f46c9535016c2c
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));
   }
}