public interface IExtwechatpayDao
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExtwechatpay(Extwechatpay data) |
void |
deleteExtwechatpayByIds(long... ids) |
Extwechatpay |
findExtwechatpay(Extwechatpay data) |
Extwechatpay |
findExtwechatpayById(long id) |
void |
insertExtwechatpay(Extwechatpay data) |
com.xunlei.common.util.Sheet<Extwechatpay> |
queryExtwechatpay(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
com.xunlei.common.util.Sheet<Extwechatpay> |
queryExtwechatpayGreaterThanSeqid(Extwechatpay data,
com.xunlei.common.util.PagedFliper fliper) |
Extwechatpay |
queryExtwechatpaySum(Extwechatpay data) |
void |
updateExtwechatpay(Extwechatpay data) |
Extwechatpay findExtwechatpay(Extwechatpay data)
Extwechatpay findExtwechatpayById(long id)
com.xunlei.common.util.Sheet<Extwechatpay> queryExtwechatpay(Extwechatpay data, com.xunlei.common.util.PagedFliper fliper)
void insertExtwechatpay(Extwechatpay data)
void updateExtwechatpay(Extwechatpay data)
void deleteExtwechatpay(Extwechatpay data)
void deleteExtwechatpayByIds(long... ids)
Extwechatpay queryExtwechatpaySum(Extwechatpay data)
com.xunlei.common.util.Sheet<Extwechatpay> queryExtwechatpayGreaterThanSeqid(Extwechatpay data, com.xunlei.common.util.PagedFliper fliper)
Copyright © 2016. All rights reserved.