blob: a797d58be0e9e8d2f3a29a4057e6492dccf55b0c [file] [log] [blame]
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.pt5.pthouduan.mapper.AnimeInfoMapper">
<insert id="insert">
INSERT INTO anime_info (torrentid, genre, resolution, format)
VALUES (#{torrentid}, #{genre}, #{resolution}, #{format})
</insert>
</mapper>