blob: e47aae9d3a8d044335ea8675d4c6c242951ebd27 [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.ShowInfoMapper">
<insert id="insert">
INSERT INTO show_info (torrentid, is_mainland, genre, format)
VALUES (#{torrentid}, #{isMainland}, #{genre}, #{format})
</insert>
</mapper>