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