public interface BizAutoPayReqDAO
| Modifier and Type | Method and Description |
|---|---|
BizAutoPayReq |
getBizAutoPayReq(String xunleiId)
通过迅雷Id来查找签约表信息
|
void |
saveBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
保存到签约表
|
void |
updateBizAutoPayReq(BizAutoPayReq bizAutoPayReq)
更新签约表
|
void saveBizAutoPayReq(BizAutoPayReq bizAutoPayReq) throws org.springframework.dao.DataAccessException
BizAutoPayReq - org.springframework.dao.DataAccessExceptionvoid updateBizAutoPayReq(BizAutoPayReq bizAutoPayReq) throws org.springframework.dao.DataAccessException
payOrder - org.springframework.dao.DataAccessExceptionBizAutoPayReq getBizAutoPayReq(String xunleiId) throws org.springframework.dao.DataAccessException
xunleiId - org.springframework.dao.DataAccessExceptionCopyright © 2016. All rights reserved.