PfJljyxxyhdMapper.java 922 B

123456789101112131415161718192021222324252627282930
  1. package com.ghsc.partybuild.mapper;
  2. import com.ghsc.partybuild.model.PfJljyxxyhd;
  3. import com.ghsc.partybuild.model.PfJljyxxyhdExample;
  4. import java.util.List;
  5. import org.apache.ibatis.annotations.Param;
  6. public interface PfJljyxxyhdMapper {
  7. long countByExample(PfJljyxxyhdExample example);
  8. int deleteByExample(PfJljyxxyhdExample example);
  9. int deleteByPrimaryKey(String id);
  10. int insert(PfJljyxxyhd record);
  11. int insertSelective(PfJljyxxyhd record);
  12. List<PfJljyxxyhd> selectByExample(PfJljyxxyhdExample example);
  13. PfJljyxxyhd selectByPrimaryKey(String id);
  14. int updateByExampleSelective(@Param("record") PfJljyxxyhd record, @Param("example") PfJljyxxyhdExample example);
  15. int updateByExample(@Param("record") PfJljyxxyhd record, @Param("example") PfJljyxxyhdExample example);
  16. int updateByPrimaryKeySelective(PfJljyxxyhd record);
  17. int updateByPrimaryKey(PfJljyxxyhd record);
  18. }