Parcourir la source

数据迁移服务创建

yucheng il y a 4 ans
Parent
commit
579118bad3
2 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 9 0
      fm-migrate/README.md
  2. 1 0
      pom.xml

+ 9 - 0
fm-migrate/README.md

@@ -0,0 +1,9 @@
+fm-migrate 数据迁移服务
+============ 
+
+说明
+---------------
+
+
+最新变化
+---------------

+ 1 - 0
pom.xml

@@ -13,6 +13,7 @@
     <artifactId>fm-business</artifactId>
     <modules>
         <module>fm-event</module>
+        <module>fm-migrate</module>
         <module>fm-plan</module>
         <module>fm-sop</module>
         <module>fm-task</module>