@Entity public class City implements Serializable{ @Id @GeneratedValue(strategy = GenerationType.AUTO) private Long id; } ...
確定! 回上一頁