@Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name = "id", length = 4, precision = 10, nullable = false) private Integer id;
確定! 回上一頁