blob: 181b6042597d13d4ea53d3d5849ddb8765bf05e6 [file] [log] [blame]
package com.pt5.pthouduan.mapper;
import com.pt5.pthouduan.entity.TvInfo;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface TvInfoMapper {
void insert(TvInfo tvInfo); // 方法名与你的代码一致
}