package com.ghsc.partybuild.mapper; import com.ghsc.partybuild.model.PfJljyxxyhd; import com.ghsc.partybuild.model.PfJljyxxyhdExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface PfJljyxxyhdMapper { long countByExample(PfJljyxxyhdExample example); int deleteByExample(PfJljyxxyhdExample example); int deleteByPrimaryKey(String id); int insert(PfJljyxxyhd record); int insertSelective(PfJljyxxyhd record); List selectByExample(PfJljyxxyhdExample example); PfJljyxxyhd selectByPrimaryKey(String id); int updateByExampleSelective(@Param("record") PfJljyxxyhd record, @Param("example") PfJljyxxyhdExample example); int updateByExample(@Param("record") PfJljyxxyhd record, @Param("example") PfJljyxxyhdExample example); int updateByPrimaryKeySelective(PfJljyxxyhd record); int updateByPrimaryKey(PfJljyxxyhd record); }