Skip to content

Commit

Permalink
[fix] Feign에서 값을 받기 위한 기본 생성자 추가 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
kseysh committed Oct 10, 2024
1 parent 61baaa6 commit 1afb65f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@Builder
@AllArgsConstructor
@NoArgsConstructor
@Table(schema = "app_dev")
public class SoptampUser extends BaseEntity {

@Id
Expand Down

0 comments on commit 1afb65f

Please sign in to comment.