Commit 783a7ab
committed
"Remove unnecessary column annotations in Member entity"
The `@Column` annotations for `key` and `code` fields were redundant and have been removed. This cleanup simplifies the entity definition without affecting functionality.1 parent 5ff8cf0 commit 783a7ab
File tree
1 file changed
+0
-3
lines changed- spring-boot/src/main/java/com/mpc/springboot/member/domain/entity
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
0 commit comments