@Entity @Table(name = "user") @Data public class UserModel { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Integer id; ...
確定! 回上一頁