@Service public class AccountRecordServiceImpl extends Object implements AccountRecordService
| 构造器和说明 |
|---|
AccountRecordServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
AccountRecordModel |
add(Long accountId,
String username,
String accountName,
String ip,
boolean success) |
List<AccountRecordModel> |
page(cn.ipokerface.common.parameter.PaginationSortableQuery query) |
long |
total(cn.ipokerface.common.parameter.PaginationSortableQuery query) |
public AccountRecordModel add(Long accountId, String username, String accountName, String ip, boolean success)
add 在接口中 AccountRecordServicepublic List<AccountRecordModel> page(cn.ipokerface.common.parameter.PaginationSortableQuery query)
page 在接口中 AccountRecordServicepublic long total(cn.ipokerface.common.parameter.PaginationSortableQuery query)
total 在接口中 AccountRecordServiceCopyright © 2021. All rights reserved.