public interface BssLogTenantMapper extends org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
count(BssLogTenant record)
This method was generated by MyBatis Generator.
|
int |
delete(BssLogTenant record)
This method was generated by MyBatis Generator.
|
int |
deleteAll()
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(Long id)
This method was generated by MyBatis Generator.
|
int |
insert(BssLogTenant record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(BssLogTenant record)
This method was generated by MyBatis Generator.
|
List<BssLogTenant> |
select(BssLogTenant record)
This method was generated by MyBatis Generator.
|
List<BssLogTenant> |
selectAll()
This method was generated by MyBatis Generator.
|
BssLogTenant |
selectByPrimaryKey(Long id)
This method was generated by MyBatis Generator.
|
BssLogTenant |
selectOne(BssLogTenant record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(BssLogTenant record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(BssLogTenant record)
This method was generated by MyBatis Generator.
|
int deleteByPrimaryKey(Long id)
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>int insert(BssLogTenant record)
insert 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>int insertSelective(BssLogTenant record)
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>BssLogTenant selectByPrimaryKey(Long id)
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>int updateByPrimaryKeySelective(BssLogTenant record)
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>int updateByPrimaryKey(BssLogTenant record)
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>int delete(BssLogTenant record)
delete 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>int deleteAll()
deleteAll 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>List<BssLogTenant> selectAll()
selectAll 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>int count(BssLogTenant record)
count 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>BssLogTenant selectOne(BssLogTenant record)
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>List<BssLogTenant> select(BssLogTenant record)
select 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<BssLogTenant>Copyright © 2019. All rights reserved.