package com.nova.sankuai.infra.mapper;
|
|
import com.nova.sankuai.domain.entity.UnionloginRelay;
|
|
public interface UnionloginRelayMapper {
|
/**
|
* This method was generated by MyBatis Generator.
|
* This method corresponds to the database table unionlogin_relay
|
*
|
* @mbg.generated
|
*/
|
int deleteByPrimaryKey(Integer id);
|
|
/**
|
* This method was generated by MyBatis Generator.
|
* This method corresponds to the database table unionlogin_relay
|
*
|
* @mbg.generated
|
*/
|
int insert(UnionloginRelay row);
|
|
/**
|
* This method was generated by MyBatis Generator.
|
* This method corresponds to the database table unionlogin_relay
|
*
|
* @mbg.generated
|
*/
|
int insertSelective(UnionloginRelay row);
|
|
/**
|
* This method was generated by MyBatis Generator.
|
* This method corresponds to the database table unionlogin_relay
|
*
|
* @mbg.generated
|
*/
|
UnionloginRelay selectByPrimaryKey(Integer id);
|
|
/**
|
* This method was generated by MyBatis Generator.
|
* This method corresponds to the database table unionlogin_relay
|
*
|
* @mbg.generated
|
*/
|
int updateByPrimaryKeySelective(UnionloginRelay row);
|
|
/**
|
* This method was generated by MyBatis Generator.
|
* This method corresponds to the database table unionlogin_relay
|
*
|
* @mbg.generated
|
*/
|
int updateByPrimaryKey(UnionloginRelay row);
|
|
UnionloginRelay selectByAppId(String appId);
|
}
|