linwe
2024-08-07 773c1d40e9081d8eed0c4da2fe5c8201df57f918
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));
   }
}