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