Skip to content

Commit 20c5652

Browse files
committed
Add Company.java
1 parent 3882cd6 commit 20c5652

File tree

1 file changed

+4
-0
lines changed
  • Spring_part_3/src/main/java/spring/oldboy/entity

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package spring.oldboy.entity;
2+
3+
public record Company(Integer id) {
4+
}

0 commit comments

Comments
 (0)