@其他用户时,文档注释查询条件
This commit is contained in:
parent
89c2e6c5c4
commit
d7c20310ee
@ -55,6 +55,7 @@ public class AccountController extends ApiController {
|
|||||||
*
|
*
|
||||||
* @param page 分页对象
|
* @param page 分页对象
|
||||||
* @param account 查询实体
|
* @param account 查询实体
|
||||||
|
* @param mention 提及
|
||||||
* @return 分页数据
|
* @return 分页数据
|
||||||
*/
|
*/
|
||||||
@Operation(
|
@Operation(
|
||||||
@ -62,6 +63,7 @@ public class AccountController extends ApiController {
|
|||||||
parameters = {
|
parameters = {
|
||||||
@Parameter(name = "page", description = "分页对象"),
|
@Parameter(name = "page", description = "分页对象"),
|
||||||
@Parameter(name = "account", description = "查询实体"),
|
@Parameter(name = "account", description = "查询实体"),
|
||||||
|
@Parameter(name = "mention", description = "提及")
|
||||||
},
|
},
|
||||||
responses = @ApiResponse(description = "分页数据"),
|
responses = @ApiResponse(description = "分页数据"),
|
||||||
description = "size=-1时查询所有数据,orders配合asc排序")
|
description = "size=-1时查询所有数据,orders配合asc排序")
|
||||||
|
@ -54,6 +54,7 @@ public class TenantController extends ApiController {
|
|||||||
*
|
*
|
||||||
* @param page 分页对象
|
* @param page 分页对象
|
||||||
* @param tenant 查询实体
|
* @param tenant 查询实体
|
||||||
|
* @param mention 提及
|
||||||
* @return 分页数据
|
* @return 分页数据
|
||||||
*/
|
*/
|
||||||
@Operation(
|
@Operation(
|
||||||
@ -61,6 +62,7 @@ public class TenantController extends ApiController {
|
|||||||
parameters = {
|
parameters = {
|
||||||
@Parameter(name = "page", description = "分页对象"),
|
@Parameter(name = "page", description = "分页对象"),
|
||||||
@Parameter(name = "tenant", description = "查询实体"),
|
@Parameter(name = "tenant", description = "查询实体"),
|
||||||
|
@Parameter(name = "mention", description = "提及")
|
||||||
},
|
},
|
||||||
responses = @ApiResponse(description = "分页数据"),
|
responses = @ApiResponse(description = "分页数据"),
|
||||||
description = "size=-1时查询所有数据,orders配合asc排序")
|
description = "size=-1时查询所有数据,orders配合asc排序")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user