You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB
Java

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<HyxqfxStuAnswer> selectByExampleWithBLOBs(HyxqfxStuAnswerExample example);
List<HyxqfxStuAnswer> 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);
}