Optimize param class

This commit is contained in:
2023-11-29 12:04:27 +08:00
parent 557f7ff4ce
commit 6915a39d07
13 changed files with 28 additions and 32 deletions

View File

@@ -26,7 +26,7 @@ data class SysLogGetParam(
@Schema(description = "查询请求 Url")
val searchRequestUrl: String? = null,
@Schema(description = "查询使用正则表达式")
@Schema(description = "查询使用正则表达式", allowableValues = ["true", "false"], defaultValue = "false")
val searchRegex: Boolean = false,
@Schema(description = "查询开始时间")