public interface ChannelAutoPayQuitDAO
| Modifier and Type | Method and Description |
|---|---|
ChannelAutoPayQuit |
getChannelAutoPayQuit(String xunleiId)
通过迅雷Id来查找签约表信息
|
void |
saveChannelAutoPayQuit(ChannelAutoPayQuit channelAutoPayQuit)
保存到签约表
|
void |
updateChannelAutoPayQuit(ChannelAutoPayQuit channelAutoPayQuit)
更新签约表
|
void saveChannelAutoPayQuit(ChannelAutoPayQuit channelAutoPayQuit) throws org.springframework.dao.DataAccessException
ChannelAutoPayQuit - org.springframework.dao.DataAccessExceptionvoid updateChannelAutoPayQuit(ChannelAutoPayQuit channelAutoPayQuit) throws org.springframework.dao.DataAccessException
payOrder - org.springframework.dao.DataAccessExceptionChannelAutoPayQuit getChannelAutoPayQuit(String xunleiId) throws org.springframework.dao.DataAccessException
xunleiId - org.springframework.dao.DataAccessExceptionCopyright © 2016. All rights reserved.