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