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