diff --git a/modules/i3plus-pojo-base/src/main/java/cn/estsh/i3plus/pojo/base/enumutil/CommonEnumUtil.java b/modules/i3plus-pojo-base/src/main/java/cn/estsh/i3plus/pojo/base/enumutil/CommonEnumUtil.java
index 88ff33c..9ece2d7 100644
--- a/modules/i3plus-pojo-base/src/main/java/cn/estsh/i3plus/pojo/base/enumutil/CommonEnumUtil.java
+++ b/modules/i3plus-pojo-base/src/main/java/cn/estsh/i3plus/pojo/base/enumutil/CommonEnumUtil.java
@@ -20,6 +20,13 @@ public class CommonEnumUtil {
CORE(2, "i3core", "i3业务平台"),
WMS(3, "i3wms", "仓库管理软件"),
MES(4, "i3mes", "生产管理软件"),
+ QMS(5, "i3qms", "质量管理软件"),
+ FORM(80,"block-form","智能表单"),
+ REPORT(81,"block-report","智能报表"),
+ WORKFLOW(82,"block-workflow","智能工作流"),
+ JOBFLOW(83,"block-jobflow","智能作业流"),
+ SOFTSWITCH(84,"block-softswitch","智能软件适配器"),
+ HARDSWITCH(85,"block-hardswitch","智能硬件适配器"),
CONSOLE(95,"impp-console","服务监控台"),
GATEWAY(96,"impp-gateway","服务网关"),
CLOUD(97,"i3cloud","微服务"),
diff --git a/modules/i3plus-pojo-form/pom.xml b/modules/i3plus-pojo-form/pom.xml
new file mode 100644
index 0000000..f58676d
--- /dev/null
+++ b/modules/i3plus-pojo-form/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ i3plus-pojo
+ i3plus.pojo
+ 1.0-DEV-SNAPSHOT
+ ../../pom.xml
+
+ 4.0.0
+
+ i3plus-pojo-form
+ jar
+
+
+
\ No newline at end of file
diff --git a/modules/i3plus-pojo-hardswitch/pom.xml b/modules/i3plus-pojo-hardswitch/pom.xml
new file mode 100644
index 0000000..0ba3645
--- /dev/null
+++ b/modules/i3plus-pojo-hardswitch/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ i3plus-pojo
+ i3plus.pojo
+ 1.0-DEV-SNAPSHOT
+ ../../pom.xml
+
+ 4.0.0
+
+ i3plus-pojo-hardswitch
+ jar
+
+
+
\ No newline at end of file
diff --git a/modules/i3plus-pojo-jobflow/pom.xml b/modules/i3plus-pojo-jobflow/pom.xml
new file mode 100644
index 0000000..6706323
--- /dev/null
+++ b/modules/i3plus-pojo-jobflow/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ i3plus-pojo
+ i3plus.pojo
+ 1.0-DEV-SNAPSHOT
+ ../../pom.xml
+
+ 4.0.0
+
+ i3plus-pojo-jobflow
+ jar
+
+
+
\ No newline at end of file
diff --git a/modules/i3plus-pojo-report/pom.xml b/modules/i3plus-pojo-report/pom.xml
new file mode 100644
index 0000000..37211b4
--- /dev/null
+++ b/modules/i3plus-pojo-report/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ i3plus-pojo
+ i3plus.pojo
+ 1.0-DEV-SNAPSHOT
+ ../../pom.xml
+
+ 4.0.0
+
+ i3plus-pojo-report
+ jar
+
+
+
\ No newline at end of file
diff --git a/modules/i3plus-pojo-softswitch/pom.xml b/modules/i3plus-pojo-softswitch/pom.xml
new file mode 100644
index 0000000..848da05
--- /dev/null
+++ b/modules/i3plus-pojo-softswitch/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ i3plus-pojo
+ i3plus.pojo
+ 1.0-DEV-SNAPSHOT
+ ../../pom.xml
+
+ 4.0.0
+
+ i3plus-pojo-softswitch
+ jar
+
+
+
\ No newline at end of file
diff --git a/modules/i3plus-pojo-workflow/pom.xml b/modules/i3plus-pojo-workflow/pom.xml
new file mode 100644
index 0000000..93f9732
--- /dev/null
+++ b/modules/i3plus-pojo-workflow/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ i3plus-pojo
+ i3plus.pojo
+ 1.0-DEV-SNAPSHOT
+ ../../pom.xml
+
+ 4.0.0
+
+ i3plus-pojo-workflow
+ jar
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index ead6373..b8f4488 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,12 @@
modules/i3plus-pojo-model
modules/i3plus-pojo-mes
modules/i3plus-pojo-wms
+ modules/i3plus-pojo-form
+ modules/i3plus-pojo-hardswitch
+ modules/i3plus-pojo-jobflow
+ modules/i3plus-pojo-report
+ modules/i3plus-pojo-softswitch
+ modules/i3plus-pojo-workflow
diff --git a/readme.txt b/readme.txt
index 13041ee..d8fd773 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,5 @@
模型工程
-主要用于各类对象木星
+主要用于各类对象模型
i3plus-pojo-mes:生产相关的对象模型
i3plus-pojo-wms:仓库相关的对象模型