ManyToOne 中是在本类对应的数据库表中生成例如[c-sharp] view plaincopy@Entity @Table(name="score") public class Score { private int id; private Student student ...
確定! 回上一頁