diff --git a/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/pom.xml b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/pom.xml
new file mode 100644
index 000000000..db9649a6f
--- /dev/null
+++ b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/pom.xml
@@ -0,0 +1,21 @@
+
+
+
+ hsweb-boost-validator
+ org.hswebframework.web
+ 3.0-SNAPSHOT
+
+ 4.0.0
+
+ hsweb-boost-validator-group
+
+
+
+
+ org.hibernate
+ hibernate-validator
+
+
+
\ No newline at end of file
diff --git a/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/CreateGroup.java b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/CreateGroup.java
new file mode 100644
index 000000000..e2db9db6d
--- /dev/null
+++ b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/CreateGroup.java
@@ -0,0 +1,9 @@
+package org.hswebframework.web.validator.group;
+
+/**
+ * TODO 完成注释
+ *
+ * @author zhouhao
+ */
+public interface CreateGroup {
+}
diff --git a/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/UpdateGroup.java b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/UpdateGroup.java
new file mode 100644
index 000000000..147a9da8b
--- /dev/null
+++ b/hsweb-boost/hsweb-boost-validator/hsweb-boost-validator-group/src/main/java/org/hswebframework/web/validator/group/UpdateGroup.java
@@ -0,0 +1,9 @@
+package org.hswebframework.web.validator.group;
+
+/**
+ * TODO 完成注释
+ *
+ * @author zhouhao
+ */
+public interface UpdateGroup {
+}
diff --git a/hsweb-boost/hsweb-boost-validator/pom.xml b/hsweb-boost/hsweb-boost-validator/pom.xml
index 447c09366..c2a8d9483 100644
--- a/hsweb-boost/hsweb-boost-validator/pom.xml
+++ b/hsweb-boost/hsweb-boost-validator/pom.xml
@@ -31,6 +31,7 @@
pom
hsweb-boost-validator-api
+ hsweb-boost-validator-group