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