Skip to content

Commit

Permalink
[FEAT] 상품 검색 쿼리파라미터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
devchlee12 committed Oct 6, 2024
1 parent 43095f2 commit 0c20118
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ public class ProductSearchRequest {
* 정렬
*/
private String sort;

/**
* 페이지
*/
private Integer page;
}

0 comments on commit 0c20118

Please sign in to comment.