刘嘉昕 | ceb686c | 2025-06-02 17:26:32 +0800 | [diff] [blame] | 1 | <?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.EduInfoMapper"> | ||||
4 | <insert id="insert"> | ||||
5 | INSERT INTO edu_info (torrentid, genre, format) | ||||
6 | VALUES (#{torrentid}, #{genre}, #{format}) | ||||
7 | </insert> | ||||
8 | </mapper> |