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.
30 lines
1.0 KiB
Java
30 lines
1.0 KiB
Java
package com.sztzjy.linkCommerce.mapper;
|
|
|
|
import com.sztzjy.linkCommerce.entity.GyspgyxzStuAnswer;
|
|
import com.sztzjy.linkCommerce.entity.GyspgyxzStuAnswerExample;
|
|
import java.util.List;
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
public interface GyspgyxzStuAnswerMapper {
|
|
long countByExample(GyspgyxzStuAnswerExample example);
|
|
|
|
int deleteByExample(GyspgyxzStuAnswerExample example);
|
|
|
|
int deleteByPrimaryKey(String id);
|
|
|
|
int insert(GyspgyxzStuAnswer record);
|
|
|
|
int insertSelective(GyspgyxzStuAnswer record);
|
|
|
|
List<GyspgyxzStuAnswer> selectByExample(GyspgyxzStuAnswerExample example);
|
|
|
|
GyspgyxzStuAnswer selectByPrimaryKey(String id);
|
|
|
|
int updateByExampleSelective(@Param("record") GyspgyxzStuAnswer record, @Param("example") GyspgyxzStuAnswerExample example);
|
|
|
|
int updateByExample(@Param("record") GyspgyxzStuAnswer record, @Param("example") GyspgyxzStuAnswerExample example);
|
|
|
|
int updateByPrimaryKeySelective(GyspgyxzStuAnswer record);
|
|
|
|
int updateByPrimaryKey(GyspgyxzStuAnswer record);
|
|
} |