public interface IExtShengPayDao
| Modifier and Type | Method and Description |
|---|---|
void |
delete(ExtShengPay data) |
void |
deleteByIds(long... ids) |
ExtShengPay |
find(ExtShengPay data) |
ExtShengPay |
findById(long id) |
com.xunlei.common.util.Sheet<ExtShengPay> |
query(ExtShengPay data,
com.xunlei.common.util.PagedFliper fliper) |
ExtShengPay |
queryExtshengpaySum(ExtShengPay data,
com.xunlei.common.util.PagedFliper fliper) |
void |
save(ExtShengPay data) |
void |
update(ExtShengPay data) |
void save(ExtShengPay data)
void update(ExtShengPay data)
void delete(ExtShengPay data)
void deleteByIds(long... ids)
ExtShengPay find(ExtShengPay data)
ExtShengPay findById(long id)
com.xunlei.common.util.Sheet<ExtShengPay> query(ExtShengPay data, com.xunlei.common.util.PagedFliper fliper)
ExtShengPay queryExtshengpaySum(ExtShengPay data, com.xunlei.common.util.PagedFliper fliper)
Copyright © 2016. All rights reserved.