package com.lxw.genereator.mapper; import com.lxw.genereator.po.User_battgroup_baojigroup; import com.lxw.genereator.po.User_battgroup_baojigroupExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface User_battgroup_baojigroupMapper { long countByExample(User_battgroup_baojigroupExample example); int deleteByExample(User_battgroup_baojigroupExample example); int deleteByPrimaryKey(Long baojiGroupId); int insert(User_battgroup_baojigroup record); int insertSelective(User_battgroup_baojigroup record); List selectByExample(User_battgroup_baojigroupExample example); User_battgroup_baojigroup selectByPrimaryKey(Long baojiGroupId); int updateByExampleSelective(@Param("record") User_battgroup_baojigroup record, @Param("example") User_battgroup_baojigroupExample example); int updateByExample(@Param("record") User_battgroup_baojigroup record, @Param("example") User_battgroup_baojigroupExample example); int updateByPrimaryKeySelective(User_battgroup_baojigroup record); int updateByPrimaryKey(User_battgroup_baojigroup record); }