| | |
| | | private final ICodeClassifyService codeClassifyService; |
| | | |
| | | CodeClassifyMapper codeClassifyMapper; |
| | | |
| | | /** |
| | | * 主题库定义表 详情 |
| | | */ |
| | |
| | | */ |
| | | @GetMapping("/treeCodeClassify") |
| | | public List<Tree> treeCodeClassify(TreeQueryObject treeQueryObject) { |
| | | return codeClassifyService. treeCodeClassify(treeQueryObject); |
| | | return codeClassifyService.treeCodeClassify(treeQueryObject); |
| | | } |
| | | |
| | | /** |
| | |
| | | CodeClassifyVO codeClassifyVO = codeClassifyService.getObjectByClsfNamePath(clsfNamePath); |
| | | return R.data(codeClassifyVO); |
| | | } |
| | | |
| | | /** |
| | | * 流水依赖生成 |
| | | */ |
| | | @GetMapping("/flowingDependencyGen") |
| | | public R flowingDependencyGen(String classifyOid) { |
| | | return codeClassifyService.flowingDependencyGen(classifyOid); |
| | | } |
| | | |
| | | } |