mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 09:38:26 +08:00
test: selectListWithRelationsByQueryAs
This commit is contained in:
parent
82256b2aef
commit
adc9c1083f
@ -94,6 +94,12 @@ public class RelationsTester {
|
|||||||
System.out.println(">>>>>>2: " + accounts);
|
System.out.println(">>>>>>2: " + accounts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testAsDto() {
|
||||||
|
List<AccountDTO> accounts = accountMapper.selectListWithRelationsByQueryAs(QueryWrapper.create(), AccountDTO.class);
|
||||||
|
System.out.println(">>>>>>1: " + accounts);
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testMenu() {
|
public void testMenu() {
|
||||||
QueryWrapper qw = QueryWrapper.create();
|
QueryWrapper qw = QueryWrapper.create();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user