spring-data-jpa 1對多 多對多

1.1對1 Worker對應department 一個員工對應一個部門 表結構 worker department model Worker.java @Entity @Getter @Setter public class Worker { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id;
相關文章
相關標籤/搜索