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
36 lines
1.2 KiB
Java
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<JzhyfxStuAnswer> selectByExampleWithBLOBs(JzhyfxStuAnswerExample example);
|
|
|
|
List<JzhyfxStuAnswer> 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);
|
|
} |