public interface IExtqishunBo
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExtqishun(Extqishun data) |
void |
deleteExtqishunById(long... seqids) |
int |
deleteExtqishunTodate(String todate)
删除到指定日期的记录
|
Extqishun |
findExtqishun(Extqishun data) |
Extqishun |
getExtqishunById(long seqid) |
void |
insertExtqishun(Extqishun data) |
void |
moveExtqishunToSuccess(String orderId,
String BizOrderStatus) |
void |
moveExtqishunToSuccess(String orderId,
String BizOrderStatus,
String vpayOrderId,
String cardNo,
String cardType,
String remark)
将vpay请求表的数据移动到成功表
|
com.xunlei.common.util.Sheet<Extqishun> |
queryExtqishun(Extqishun data,
com.xunlei.common.util.PagedFliper fliper) |
void |
updateExtqishun(Extqishun data) |
Extqishun getExtqishunById(long seqid)
void insertExtqishun(Extqishun data)
void updateExtqishun(Extqishun data)
void deleteExtqishunById(long... seqids)
void deleteExtqishun(Extqishun data)
com.xunlei.common.util.Sheet<Extqishun> queryExtqishun(Extqishun data, com.xunlei.common.util.PagedFliper fliper)
void moveExtqishunToSuccess(String orderId, String BizOrderStatus, String vpayOrderId, String cardNo, String cardType, String remark)
orderId - BizOrderStatus - vpayOrderId - cardNo - cardType - remark - int deleteExtqishunTodate(String todate)
todate - Copyright © 2016. All rights reserved.