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