Skip to content

Commit

Permalink
Fix [#129] TaskMset 어노테이션 추가 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
geniusYoo authored Jul 17, 2024
2 parents 0118d32 + 968211e commit a5f75db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@Builder(access = AccessLevel.PRIVATE)
@Getter
@Setter
@Entity
public class TaskMset extends BaseTimeEntity {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
Expand Down

0 comments on commit a5f75db

Please sign in to comment.