Commit 26151acd by huluobin

周转消费队列

parent 4e9d7d73
package com.bailuntec.mapper;
import com.bailuntec.domain.entity.DcAutoReplaceLogisticsTask;
import com.bailuntec.domain.example.DcAutoReplaceLogisticsTaskExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface DcAutoReplaceLogisticsTaskMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
long countByExample(DcAutoReplaceLogisticsTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int deleteByExample(DcAutoReplaceLogisticsTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int deleteByPrimaryKey(Integer id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int insert(DcAutoReplaceLogisticsTask record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int insertSelective(DcAutoReplaceLogisticsTask record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
DcAutoReplaceLogisticsTask selectOneByExample(DcAutoReplaceLogisticsTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
DcAutoReplaceLogisticsTask selectOneByExampleWithBLOBs(DcAutoReplaceLogisticsTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
List<DcAutoReplaceLogisticsTask> selectByExampleWithBLOBs(DcAutoReplaceLogisticsTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
List<DcAutoReplaceLogisticsTask> selectByExample(DcAutoReplaceLogisticsTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
DcAutoReplaceLogisticsTask selectByPrimaryKey(Integer id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") DcAutoReplaceLogisticsTask record, @Param("example") DcAutoReplaceLogisticsTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int updateByExampleWithBLOBs(@Param("record") DcAutoReplaceLogisticsTask record, @Param("example") DcAutoReplaceLogisticsTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int updateByExample(@Param("record") DcAutoReplaceLogisticsTask record, @Param("example") DcAutoReplaceLogisticsTaskExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(DcAutoReplaceLogisticsTask record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int updateByPrimaryKeyWithBLOBs(DcAutoReplaceLogisticsTask record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int updateByPrimaryKey(DcAutoReplaceLogisticsTask record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int upsert(DcAutoReplaceLogisticsTask record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int upsertSelective(DcAutoReplaceLogisticsTask record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int upsertWithBLOBs(DcAutoReplaceLogisticsTask record);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment