Support function in aggregation #281

This commit is contained in:
Francis Dong
2021-08-20 17:06:22 +08:00
committed by dxfeng10
parent dd70f9b118
commit 562badc796
15 changed files with 2032 additions and 16 deletions

View File

@@ -278,6 +278,11 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
</dependencies>
<repositories>