package com.sztzjy.linkCommerce.mapper; import com.sztzjy.linkCommerce.entity.CpwtzdLlsjfxfAnswer; import com.sztzjy.linkCommerce.entity.CpwtzdLlsjfxfAnswerExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface CpwtzdLlsjfxfAnswerMapper { long countByExample(CpwtzdLlsjfxfAnswerExample example); int deleteByExample(CpwtzdLlsjfxfAnswerExample example); int deleteByPrimaryKey(String id); int insert(CpwtzdLlsjfxfAnswer record); int insertSelective(CpwtzdLlsjfxfAnswer record); List selectByExample(CpwtzdLlsjfxfAnswerExample example); CpwtzdLlsjfxfAnswer selectByPrimaryKey(String id); int updateByExampleSelective(@Param("record") CpwtzdLlsjfxfAnswer record, @Param("example") CpwtzdLlsjfxfAnswerExample example); int updateByExample(@Param("record") CpwtzdLlsjfxfAnswer record, @Param("example") CpwtzdLlsjfxfAnswerExample example); int updateByPrimaryKeySelective(CpwtzdLlsjfxfAnswer record); int updateByPrimaryKey(CpwtzdLlsjfxfAnswer record); }