Commit c0530a2
feat: 상품 목록 응답에 brandId 추가 및 랜덤 카테고리 기본 개수 변경
- ProductSimpleResponse에 brandId 필드 추가
- ProductConverter.toSimpleResponse()에 brandId 매핑 추가
- GET /categories/random 기본 개수 8 → 4 변경
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 68e54d4 commit c0530a2
File tree
3 files changed
+5
-1
lines changed- src/main/java/com/ongil/backend/domain
- category/controller
- product
- converter
- dto/response
3 files changed
+5
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments