Fix(ToolStore): Fix the bug that parameter platform is non-null
This commit is contained in:
@@ -32,5 +32,5 @@ data class ToolStoreGetParam(
|
||||
* @see Platform
|
||||
*/
|
||||
@Schema(description = "指定平台", example = "DESKTOP")
|
||||
val platform: Platform
|
||||
val platform: Platform?
|
||||
) : PageSortParam()
|
||||
|
||||
Reference in New Issue
Block a user