public interface ContactReqMapper
| Modifier and Type | Method and Description |
|---|---|
ContactReq |
getContactReq(String xunleiId)
通过迅雷Id来查找签约表信息
|
ContactReq |
getContactReqbySignNo(String xunleiId,
String signNo)
通过迅雷Id和签约号来查找签约表信息
|
List<ContactReq> |
listAllContactReq()
查询所有的签约表信息
|
void |
saveContactReq(ContactReq contactReq)
保存到签约表
|
void |
updateContactReq(ContactReq contactReq)
更新签约表
|
void saveContactReq(ContactReq contactReq)
ContactReq - void updateContactReq(ContactReq contactReq)
ContactReq - ContactReq getContactReq(String xunleiId)
xunleiId - ContactReq getContactReqbySignNo(String xunleiId, String signNo)
xunleiId - List<ContactReq> listAllContactReq()
Copyright © 2016. All rights reserved.