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