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