英俊项链

文章
6
资源
1
加入时间
2年10月17天

mybatis xml文件标签介绍mybatis xml文件标签

mybatis xml文件标签一、SQL语句标签:查询语句<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" > select </select> 插入语句<insert id="insert" parameter