public interface IExtWechatHongbaoDao
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExtWechatHongbaoById(long id) |
ExtWechatHongbao |
findExtWechatHongbao(ExtWechatHongbao data) |
ExtWechatHongbao |
findExtWechatHongbaoById(long id) |
int |
findExtWechatHongbaoCount() |
List<ExtWechatHongbao> |
findExtWechatHongbaoList(int start,
int length) |
int |
findExtWechatHongbaoYesterdayCount(String yesterday) |
List<ExtWechatHongbao> |
findExtWechatHongbaoYesterdayList(int start,
int length,
String yesterday) |
void |
insertExtWechatHongbao(ExtWechatHongbao data) |
com.xunlei.common.util.Sheet<ExtWechatHongbao> |
queryExtWechatHongbao(ExtWechatHongbao data,
com.xunlei.common.util.PagedFliper fliper) |
void |
updateExtWechatHongbao(ExtWechatHongbao data) |
ExtWechatHongbao findExtWechatHongbao(ExtWechatHongbao data)
ExtWechatHongbao findExtWechatHongbaoById(long id)
com.xunlei.common.util.Sheet<ExtWechatHongbao> queryExtWechatHongbao(ExtWechatHongbao data, com.xunlei.common.util.PagedFliper fliper)
void updateExtWechatHongbao(ExtWechatHongbao data)
void deleteExtWechatHongbaoById(long id)
void insertExtWechatHongbao(ExtWechatHongbao data)
int findExtWechatHongbaoCount()
List<ExtWechatHongbao> findExtWechatHongbaoList(int start, int length)
int findExtWechatHongbaoYesterdayCount(String yesterday)
List<ExtWechatHongbao> findExtWechatHongbaoYesterdayList(int start, int length, String yesterday)
Copyright © 2016. All rights reserved.