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