springboot + mybatis 一對多查詢 + 懶加載

springboot + mybatis 一對多查詢 + 懶加載 直接上圖 父表 子表 parent相關代碼 entity public class ParentMessage implements Serializable { private Integer id; private String value; private List<ChildMessage> c
相關文章
相關標籤/搜索