public interface PayNoticeMapper
| Modifier and Type | Method and Description |
|---|---|
PayNotice |
getPayNotice(String xunleiPayId) |
List<PayNotice> |
getPayNoticeList(String payNoticeStatus,
Date noticeTime,
int minFailTimes,
int maxFailTimes)
得到满足查询条件的通知失败数据
|
void |
savePayNotice(PayNotice payNotice) |
void |
updatePayNotice(PayNotice payNotice) |
Copyright © 2016. All rights reserved.