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