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