package com.js.kbt.mapper; import com.js.kbt.model.MouldHistoryTime; import com.js.kbt.model.MouldHistoryTimeExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface MouldHistoryTimeMapper { /** * This method was generated by MyBatis Generator. This method corresponds to the database table mould_history_time * @mbg.generated Thu Aug 22 16:38:14 CST 2019 */ long countByExample(MouldHistoryTimeExample example); /** * This method was generated by MyBatis Generator. This method corresponds to the database table mould_history_time * @mbg.generated Thu Aug 22 16:38:14 CST 2019 */ int deleteByExample(MouldHistoryTimeExample example); /** * This method was generated by MyBatis Generator. This method corresponds to the database table mould_history_time * @mbg.generated Thu Aug 22 16:38:14 CST 2019 */ int insert(MouldHistoryTime record); /** * This method was generated by MyBatis Generator. This method corresponds to the database table mould_history_time * @mbg.generated Thu Aug 22 16:38:14 CST 2019 */ int insertSelective(MouldHistoryTime record); /** * This method was generated by MyBatis Generator. This method corresponds to the database table mould_history_time * @mbg.generated Thu Aug 22 16:38:14 CST 2019 */ List selectByExample(MouldHistoryTimeExample example); /** * This method was generated by MyBatis Generator. This method corresponds to the database table mould_history_time * @mbg.generated Thu Aug 22 16:38:14 CST 2019 */ int updateByExampleSelective(@Param("record") MouldHistoryTime record, @Param("example") MouldHistoryTimeExample example); /** * This method was generated by MyBatis Generator. This method corresponds to the database table mould_history_time * @mbg.generated Thu Aug 22 16:38:14 CST 2019 */ int updateByExample(@Param("record") MouldHistoryTime record, @Param("example") MouldHistoryTimeExample example); }