<?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> |