linwe
2024-06-18 cb734129b410c02275c0f2fc5e820d6ccc0e17c0
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));
   }
}