blob: a797d58be0e9e8d2f3a29a4057e6492dccf55b0c [file] [log] [blame]
刘嘉昕ceb686c2025-06-02 17:26:32 +08001<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
2<mapper namespace="com.pt5.pthouduan.mapper.AnimeInfoMapper">
3 <insert id="insert">
4 INSERT INTO anime_info (torrentid, genre, resolution, format)
5 VALUES (#{torrentid}, #{genre}, #{resolution}, #{format})
6 </insert>
7</mapper>