智慧社区3.0

zmy
zmyYYDS 2024-01-30 20:38:38 +08:00
parent 913a773734
commit ca3211fd61
1 changed files with 0 additions and 1 deletions

View File

@ -18,6 +18,5 @@ public class TreeController {
public R<List<TreeVo>> tree() { public R<List<TreeVo>> tree() {
List<TreeVo> treeVos= treeService.treeList(); List<TreeVo> treeVos= treeService.treeList();
return R.ok(treeVos); return R.ok(treeVos);
} }
} }