We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae41a7a commit 6c51a58Copy full SHA for 6c51a58
1 file changed
apps/commerce-api/src/main/java/com/loopers/domain/ranking/RankingEntry.java
@@ -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