Fix(ToolStore): Fix the bug that parameter platform is non-null #29

Merged
FatttSnake merged 1 commits from FatttSnake into dev 2024-05-10 15:02:03 +08:00

View File

@@ -32,5 +32,5 @@ data class ToolStoreGetParam(
* @see Platform * @see Platform
*/ */
@Schema(description = "指定平台", example = "DESKTOP") @Schema(description = "指定平台", example = "DESKTOP")
val platform: Platform val platform: Platform?
) : PageSortParam() ) : PageSortParam()