We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746fbfa commit e3b3cd7Copy full SHA for e3b3cd7
Spring_part_2/src/main/java/spring/oldboy/entity/Firm.java
@@ -0,0 +1,4 @@
1
+package spring.oldboy.entity;
2
+
3
+public record Firm(Integer id) {
4
+}
0 commit comments