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