Skip to content

Commit 6c51a58

Browse files
committed
feat: RankingEntry 클래스 추가
1 parent ae41a7a commit 6c51a58

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.loopers.domain.ranking;
2+
3+
public record RankingEntry(
4+
Long productId,
5+
Double score
6+
) {
7+
}

0 commit comments

Comments
 (0)