123456789101112131415161718192021222324252627282930 |
- 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<PfJljyxxyhd> 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);
- }
|