技术领域数据字典
This commit is contained in:
+5
-1
@@ -564,7 +564,11 @@ public class SysCategoryController {
|
||||
}
|
||||
}
|
||||
|
||||
@GetMapping("/getSysCategoryTree")
|
||||
/**
|
||||
* 只查询技术领域的树形数据字典
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/getSysCategoryTree")
|
||||
public Result getSysCategoryTree() {
|
||||
return Result.OK(sysCategoryService.getSysCategoryTree());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user