blob: 181b6042597d13d4ea53d3d5849ddb8765bf05e6 [file] [log] [blame]
刘嘉昕08404682025-06-02 17:19:47 +08001package com.pt5.pthouduan.mapper;
2
3import com.pt5.pthouduan.entity.TvInfo;
4import org.apache.ibatis.annotations.Mapper;
5
6@Mapper
7public interface TvInfoMapper {
8 void insert(TvInfo tvInfo); // 方法名与你的代码一致
9}