diff --git a/pom.xml b/pom.xml
index d2d5d0dc..999755a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
com.codingapi.springboot
springboot-parent
- 2.10.4
+ 2.10.5
https://github.com/codingapi/springboot-framewrok
springboot-parent
diff --git a/springboot-starter-data-authorization/pom.xml b/springboot-starter-data-authorization/pom.xml
index 4b6698a5..fa3f09c0 100644
--- a/springboot-starter-data-authorization/pom.xml
+++ b/springboot-starter-data-authorization/pom.xml
@@ -6,7 +6,7 @@
springboot-parent
com.codingapi.springboot
- 2.10.4
+ 2.10.5
springboot-starter-data-authorization
diff --git a/springboot-starter-data-fast/pom.xml b/springboot-starter-data-fast/pom.xml
index e1a9af60..f7e84726 100644
--- a/springboot-starter-data-fast/pom.xml
+++ b/springboot-starter-data-fast/pom.xml
@@ -5,7 +5,7 @@
springboot-parent
com.codingapi.springboot
- 2.10.4
+ 2.10.5
4.0.0
diff --git a/springboot-starter-flow/pom.xml b/springboot-starter-flow/pom.xml
index e27424b1..5100e5d9 100644
--- a/springboot-starter-flow/pom.xml
+++ b/springboot-starter-flow/pom.xml
@@ -6,7 +6,7 @@
springboot-parent
com.codingapi.springboot
- 2.10.4
+ 2.10.5
springboot-starter-flow
diff --git a/springboot-starter-security/pom.xml b/springboot-starter-security/pom.xml
index 7abb2fee..ffebe777 100644
--- a/springboot-starter-security/pom.xml
+++ b/springboot-starter-security/pom.xml
@@ -6,7 +6,7 @@
springboot-parent
com.codingapi.springboot
- 2.10.4
+ 2.10.5
springboot-starter-security
diff --git a/springboot-starter/pom.xml b/springboot-starter/pom.xml
index a7db9a65..a314e5c3 100644
--- a/springboot-starter/pom.xml
+++ b/springboot-starter/pom.xml
@@ -5,7 +5,7 @@
com.codingapi.springboot
springboot-parent
- 2.10.4
+ 2.10.5
springboot-starter
diff --git a/springboot-starter/src/main/java/com/codingapi/springboot/framework/annotation/ColumnType.java b/springboot-starter/src/main/java/com/codingapi/springboot/framework/annotation/ColumnType.java
index 215814c1..40bb84f1 100644
--- a/springboot-starter/src/main/java/com/codingapi/springboot/framework/annotation/ColumnType.java
+++ b/springboot-starter/src/main/java/com/codingapi/springboot/framework/annotation/ColumnType.java
@@ -44,4 +44,9 @@ public enum ColumnType {
* JSON
*/
JSON,
+
+ /**
+ * 任意
+ */
+ Any
}
diff --git a/springboot-starter/src/main/resources/META-INF/banner.txt b/springboot-starter/src/main/resources/META-INF/banner.txt
index 685e5ca1..9555bc0b 100644
--- a/springboot-starter/src/main/resources/META-INF/banner.txt
+++ b/springboot-starter/src/main/resources/META-INF/banner.txt
@@ -1,4 +1,4 @@
------------------------------------------------------
-CodingApi SpringBoot-Starter 2.10.4
+CodingApi SpringBoot-Starter 2.10.5
springboot version (${spring-boot.version})
------------------------------------------------------