智慧社区3.0
parent
913a773734
commit
ca3211fd61
|
@ -18,6 +18,5 @@ public class TreeController {
|
|||
public R<List<TreeVo>> tree() {
|
||||
List<TreeVo> treeVos= treeService.treeList();
|
||||
return R.ok(treeVos);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue