public interface ChannelAutoPayResultDAO
| Modifier and Type | Method and Description |
|---|---|
ChannelAutoPayResult |
getChannelAutoPayResult(String xunleiId,
String xunleiPayId)
通过迅雷Id来查找签约表信息
|
void |
saveChannelAutoPayResult(ChannelAutoPayResult channelAutoPayResult)
保存到签约表
|
void |
updateChannelAutoPayResult(ChannelAutoPayResult channelAutoPayResult)
更新签约表
|
void saveChannelAutoPayResult(ChannelAutoPayResult channelAutoPayResult) throws org.springframework.dao.DataAccessException
ChannelAutoPayResult - org.springframework.dao.DataAccessExceptionvoid updateChannelAutoPayResult(ChannelAutoPayResult channelAutoPayResult) throws org.springframework.dao.DataAccessException
payOrder - org.springframework.dao.DataAccessExceptionChannelAutoPayResult getChannelAutoPayResult(String xunleiId, String xunleiPayId) throws org.springframework.dao.DataAccessException
xunleiId - org.springframework.dao.DataAccessExceptionCopyright © 2016. All rights reserved.