【Mybatis3】—— 使用collection处理一对多映射

1. 建立数据库表 tb_classroom 帖子表 -- Table: public.tb_classroom -- DROP TABLE public.tb_classroom; CREATE TABLE public.tb_classroom ( id integer NOT NULL DEFAULT nextval('tb_classroom_id_seq'::regclass), c
相关文章
相关标签/搜索