Add doc
This commit is contained in:
@@ -5,6 +5,12 @@ import org.springframework.format.annotation.DateTimeFormat
|
||||
import top.fatweb.api.param.PageSortParam
|
||||
import java.time.LocalDateTime
|
||||
|
||||
/**
|
||||
* System log get param
|
||||
*
|
||||
* @author FatttSnake
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@Schema(description = "获取系统日志请求参数")
|
||||
data class SysLogGetParam(
|
||||
@Schema(description = "类型过滤(多个使用逗号分隔)", example = "INFO", allowableValues = ["INFO", "ERROR"])
|
||||
|
||||
Reference in New Issue
Block a user