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