This commit is contained in:
Looly
2021-04-01 10:18:20 +08:00
parent 1542b02771
commit 9027d146a8
2 changed files with 27 additions and 0 deletions

View File

@@ -577,6 +577,7 @@ public class BeanUtilTest {
private String name;
private TestPojo2[] testPojo2List;
}
@Data
public static class TestPojo2{
private int age;