@Entity public class Skill { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long skillId; private String name; private String type; ...
確定! 回上一頁