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.CpcyhdwAnswer;
import com.sztzjy.linkCommerce.entity.CpcyhdwAnswerExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CpcyhdwAnswerMapper {
long countByExample(CpcyhdwAnswerExample example);
int deleteByExample(CpcyhdwAnswerExample example);
int deleteByPrimaryKey(String id);
int insert(CpcyhdwAnswer record);
int insertSelective(CpcyhdwAnswer record);
List<CpcyhdwAnswer> selectByExampleWithBLOBs(CpcyhdwAnswerExample example);
List<CpcyhdwAnswer> selectByExample(CpcyhdwAnswerExample example);
CpcyhdwAnswer selectByPrimaryKey(String id);
int updateByExampleSelective(@Param("record") CpcyhdwAnswer record, @Param("example") CpcyhdwAnswerExample example);
int updateByExampleWithBLOBs(@Param("record") CpcyhdwAnswer record, @Param("example") CpcyhdwAnswerExample example);
int updateByExample(@Param("record") CpcyhdwAnswer record, @Param("example") CpcyhdwAnswerExample example);
int updateByPrimaryKeySelective(CpcyhdwAnswer record);
int updateByPrimaryKeyWithBLOBs(CpcyhdwAnswer record);
int updateByPrimaryKey(CpcyhdwAnswer record);
}