diff --git a/apps/api/src/goods/dto/query-good.dto.ts b/apps/api/src/goods/dto/query-good.dto.ts index 61010f3..5567072 100644 --- a/apps/api/src/goods/dto/query-good.dto.ts +++ b/apps/api/src/goods/dto/query-good.dto.ts @@ -21,7 +21,7 @@ export class QueryGoodDto { @Type(() => Number) @IsInt() @Min(1) - @Max(200) + @Max(1000) pageSize: number = 20; @ApiProperty({ required: false })