2022年3月7日
摘要: <!-- 结果嵌套查询--> <resultMap id="TeacherStudent" type="Teacher"> <result column="tid" property="id"/> <result column="tname" property="name"/> <collectio 阅读全文
posted @ 2022-03-07 22:39 vennkat 阅读(60) 评论(0) 推荐(0)