技术领域数据字典

This commit is contained in:
zhn
2022-04-14 10:08:27 +08:00
parent b07125d648
commit 731278dd0d
@@ -564,7 +564,11 @@ public class SysCategoryController {
}
}
@GetMapping("/getSysCategoryTree")
/**
* 只查询技术领域的树形数据字典
* @return
*/
@GetMapping("/getSysCategoryTree")
public Result getSysCategoryTree() {
return Result.OK(sysCategoryService.getSysCategoryTree());
}