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