package com.sztzjy.linkCommerce.mapper; import com.sztzjy.linkCommerce.entity.JzhyfxData; import com.sztzjy.linkCommerce.entity.JzhyfxDataExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface JzhyfxDataMapper { long countByExample(JzhyfxDataExample example); int deleteByExample(JzhyfxDataExample example); int deleteByPrimaryKey(String id); int insert(JzhyfxData record); int insertSelective(JzhyfxData record); List selectByExample(JzhyfxDataExample example); JzhyfxData selectByPrimaryKey(String id); int updateByExampleSelective(@Param("record") JzhyfxData record, @Param("example") JzhyfxDataExample example); int updateByExample(@Param("record") JzhyfxData record, @Param("example") JzhyfxDataExample example); int updateByPrimaryKeySelective(JzhyfxData record); int updateByPrimaryKey(JzhyfxData record); }