Skip to content

Commit

Permalink
别动态 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Dec 20, 2024
1 parent 8004bf1 commit d10d554
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.hibernate.annotations.DynamicUpdate;

import java.io.Serializable;
import java.time.OffsetDateTime;
Expand All @@ -18,7 +17,6 @@
@NoArgsConstructor
@Getter
@Setter
@DynamicUpdate
public class User implements Serializable {
@Id
@GeneratedValue
Expand Down

0 comments on commit d10d554

Please sign in to comment.