blob: 9273334f797a7d8c329a1233baccca3f29328059 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.pt5.pthouduan.mapper.EduInfoMapper">
<insert id="insert">
INSERT INTO edu_info (torrentid, genre, format)
VALUES (#{torrentid}, #{genre}, #{format})
</insert>
</mapper>