Skip to content

Commit

Permalink
style(extension/crud): 优化部分注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Apr 17, 2024
1 parent 8695cf9 commit fe310bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ public R<List<L>> list(Q query, SortQuery sortQuery) {
}

/**
* 查看详情
* 查询详情
*
* @param id ID
* @return 详情信息
*/
@Operation(summary = "查看详情", description = "查看详情")
@Operation(summary = "查询详情", description = "查询详情")
@Parameter(name = "id", description = "ID", example = "1", in = ParameterIn.PATH)
@ResponseBody
@GetMapping("/{id}")
Expand Down

0 comments on commit fe310bc

Please sign in to comment.