程序包 | 说明 |
---|---|
com.ags.mes.server.api.domain | |
com.ags.mes.server.api.handler | |
com.ags.mes.server.api.service.impl |
构造器和说明 |
---|
Account(AccountEntity objectEntity) |
限定符和类型 | 方法和说明 |
---|---|
AccountEntity |
IAccountHandler.getByAccountNumber(String accountNumber) |
AccountEntity |
IAccountHandler.getByName(String name) |
限定符和类型 | 方法和说明 |
---|---|
PageModel<AccountEntity> |
IAccountHandler.getByNameOrNumber(String condition,
PageInfo pageInfo)
根据客户名称或编号分页查询
|
List<AccountEntity> |
IAccountHandler.getByPrint(long printerId) |
List<AccountEntity> |
IAccountHandler.getBySequenceId(long seqId) |
List<AccountEntity> |
IAccountHandler.getByStatus(String status)
获取有效的账户
|
限定符和类型 | 方法和说明 |
---|---|
protected IBaseEntityHandler<AccountEntity> |
AccountService.getEntityHandler() |
Copyright © 2019. All rights reserved.