@NoRepositoryBean
public interface AccountUserExtendDao
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<AccountUserDTO> |
findUserByAccountId(java.lang.Long accountId)
根据accountid 查询user 列表
|
java.util.List<AccountUserDTO> findUserByAccountId(java.lang.Long accountId)
accountId -