public interface ContactReqDAO
| Modifier and Type | Method and Description |
|---|---|
ContactReq |
getContactReq(String xunleiId)
通过迅雷Id来查找签约表信息
|
ContactReq |
getContactReqbySignNo(String xunleiId,
String signNo)
通过迅雷Id和签约号来查找签约表信息
|
void |
saveContactReq(ContactReq contactReq)
保存到签约表
|
void |
updateContactReq(ContactReq contactReq)
更新签约表
|
void saveContactReq(ContactReq contactReq) throws org.springframework.dao.DataAccessException
ContactReq - org.springframework.dao.DataAccessExceptionvoid updateContactReq(ContactReq contactReq) throws org.springframework.dao.DataAccessException
payOrder - org.springframework.dao.DataAccessExceptionContactReq getContactReq(String xunleiId) throws org.springframework.dao.DataAccessException
xunleiId - org.springframework.dao.DataAccessExceptionContactReq getContactReqbySignNo(String xunleiId, String signNo) throws org.springframework.dao.DataAccessException
xunleiId - org.springframework.dao.DataAccessExceptionCopyright © 2016. All rights reserved.