提交 ae7df493 编写于 作者: S syyangs799 提交者: Jiajie Zhong

Modify obsolete swagger parameters in AuditLogController (#10494)

Co-authored-by: Nsyyang <730122+syyang99@user.noreply.gitee.com>
(cherry picked from commit 79ce5d78)
上级 a27a45fc
......@@ -56,7 +56,7 @@ public class AuditLogController extends BaseController {
*
* @param loginUser login user
* @param pageNo page number
* @param moduleType module type
* @param resourceType resource type
* @param operationType operation type
* @param startDate start time
* @param endDate end time
......@@ -68,11 +68,9 @@ public class AuditLogController extends BaseController {
@ApiImplicitParams({
@ApiImplicitParam(name = "startDate", value = "START_DATE", type = "String"),
@ApiImplicitParam(name = "endDate", value = "END_DATE", type = "String"),
@ApiImplicitParam(name = "moduleType", value = "MODULE_TYPE", type = "String"),
@ApiImplicitParam(name = "operationType", value = "OPERATION_TYPE", type = "String"),
@ApiImplicitParam(name = "resourceType", value = "RESOURCE_TYPE", type = "AuditResourceType"),
@ApiImplicitParam(name = "operationType", value = "OPERATION_TYPE", type = "AuditOperationType"),
@ApiImplicitParam(name = "userName", value = "USER_NAME", type = "String"),
@ApiImplicitParam(name = "projectName", value = "PROJECT_NAME", type = "String"),
@ApiImplicitParam(name = "processName", value = "PROCESS_NAME", type = "String"),
@ApiImplicitParam(name = "pageNo", value = "PAGE_NO", required = true, dataType = "Int", example = "1"),
@ApiImplicitParam(name = "pageSize", value = "PAGE_SIZE", required = true, dataType = "Int", example = "20")
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册