blob: e47aae9d3a8d044335ea8675d4c6c242951ebd27 [file] [log] [blame]
刘嘉昕ceb686c2025-06-02 17:26:32 +08001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
3<mapper namespace="com.pt5.pthouduan.mapper.ShowInfoMapper">
4 <insert id="insert">
5 INSERT INTO show_info (torrentid, is_mainland, genre, format)
6 VALUES (#{torrentid}, #{isMainland}, #{genre}, #{format})
7 </insert>
8</mapper>