package com.js.kbt.mapper; import com.js.kbt.model.VuserAct; import com.js.kbt.model.VuserActExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface VuserActMapper { /** * This method was generated by MyBatis Generator. * This method corresponds to the database table vuser_act * * @mbggenerated Fri Nov 10 14:58:13 CST 2017 */ int countByExample(VuserActExample example); /** * This method was generated by MyBatis Generator. * This method corresponds to the database table vuser_act * * @mbggenerated Fri Nov 10 14:58:13 CST 2017 */ int deleteByExample(VuserActExample example); /** * This method was generated by MyBatis Generator. * This method corresponds to the database table vuser_act * * @mbggenerated Fri Nov 10 14:58:13 CST 2017 */ int insert(VuserAct record); /** * This method was generated by MyBatis Generator. * This method corresponds to the database table vuser_act * * @mbggenerated Fri Nov 10 14:58:13 CST 2017 */ int insertSelective(VuserAct record); /** * This method was generated by MyBatis Generator. * This method corresponds to the database table vuser_act * * @mbggenerated Fri Nov 10 14:58:13 CST 2017 */ List selectByExample(VuserActExample example); /** * This method was generated by MyBatis Generator. * This method corresponds to the database table vuser_act * * @mbggenerated Fri Nov 10 14:58:13 CST 2017 */ int updateByExampleSelective(@Param("record") VuserAct record, @Param("example") VuserActExample example); /** * This method was generated by MyBatis Generator. * This method corresponds to the database table vuser_act * * @mbggenerated Fri Nov 10 14:58:13 CST 2017 */ int updateByExample(@Param("record") VuserAct record, @Param("example") VuserActExample example); }