Skip to content

Commit 0c20118

Browse files
committed
[FEAT] 상품 검색 쿼리파라미터 수정
1 parent 43095f2 commit 0c20118

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/freshman/freshmanbackend/domain/product/request/ProductSearchRequest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ public class ProductSearchRequest {
3030
* 정렬
3131
*/
3232
private String sort;
33+
34+
/**
35+
* 페이지
36+
*/
37+
private Integer page;
3338
}

0 commit comments

Comments
 (0)