@Column(name = "item_id", columnDefinition="uuid") @GeneratedValue(strategy=GenerationType.SEQUENCE) private String itemId;
確定! 回上一頁