blob: ef6c72792376a59d6d0f0411b66434864f8c90a4 [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.OtherInfoMapper">
<insert id="insert">
INSERT INTO other_info (torrentid, gener)
VALUES (#{torrentid}, #{gener})
</insert>
</mapper>