package com.goafanti.common.dao; import com.goafanti.common.model.TChangeDun; import com.goafanti.common.model.TChangeDunExample; import com.goafanti.order.bo.TChangeDunOut; import java.util.List; import org.apache.ibatis.annotations.Param; public interface TChangeDunMapper { /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ long countByExample(TChangeDunExample example); /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ int deleteByExample(TChangeDunExample example); /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ int insert(TChangeDun record); /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ int insertSelective(TChangeDun record); /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ List selectByExample(TChangeDunExample example); /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ TChangeDun selectByPrimaryKey(Integer id); /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ int updateByExampleSelective(@Param("record") TChangeDun record, @Param("example") TChangeDunExample example); /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ int updateByExample(@Param("record") TChangeDun record, @Param("example") TChangeDunExample example); /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ int updateByPrimaryKeySelective(TChangeDun record); /** * This method was generated by MyBatis Generator. This method corresponds to the database table t_change_dun * @mbg.generated Mon Jan 13 11:34:14 CST 2020 */ int updateByPrimaryKey(TChangeDun record); void insertSelectiveList(@Param("list")List list); List selectByCid(Integer id); int updateByTid(@Param("tid")Integer tid,@Param("type")Integer type); int deleteByTid(Integer tid); }