摘要: 有2个entity 是1对多的关系 其中bid的定义 @Entity public class Bid { @ManyToOne(fetch = FetchType.LAZY) @JoinColumn(name = "ITEM_ID", nullable = false) private Item 阅读全文
posted @ 2025-02-06 16:55 云笈笔记 阅读(23) 评论(0) 推荐(0)