ci: 通用树形相关接口文档调整
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ public class LawsDictTreeController {
|
||||
private DictTreeService dictTreeService;
|
||||
|
||||
@AutoLog(value = "树形结构-获取一级树")
|
||||
@ApiOperation(value = "树形结构-零部件树", notes = "树形结构-零部件树")
|
||||
@ApiOperation(value = "树形结构-获取一级树", notes = "树形结构-获取一级树")
|
||||
@GetMapping("/page")
|
||||
public Result<TreePage<SysDictItem>> queryTreeList(
|
||||
@RequestParam(name = "nodeName", required = false, defaultValue = "") @ApiParam("一级节点名称") String nodeName,
|
||||
|
||||
Reference in New Issue
Block a user