@OneToMany(fetch = FetchType.LAZY); private List<Employee> employees;; }. 现在我去拿的时候 Department ,它能带来什么吗 employees list 或者它会是完全空的。
確定! 回上一頁