diff --git a/src/main/kotlin/top/fatweb/oxygen/api/param/tool/ToolStoreGetParam.kt b/src/main/kotlin/top/fatweb/oxygen/api/param/tool/ToolStoreGetParam.kt index 413a893..5e645af 100644 --- a/src/main/kotlin/top/fatweb/oxygen/api/param/tool/ToolStoreGetParam.kt +++ b/src/main/kotlin/top/fatweb/oxygen/api/param/tool/ToolStoreGetParam.kt @@ -32,5 +32,5 @@ data class ToolStoreGetParam( * @see Platform */ @Schema(description = "指定平台", example = "DESKTOP") - val platform: Platform + val platform: Platform? ) : PageSortParam()