diff --git a/warehouseManager-developer/.gitee/ISSUE_TEMPLATE.zh-CN.md b/.gitee/ISSUE_TEMPLATE.zh-CN.md
similarity index 100%
rename from warehouseManager-developer/.gitee/ISSUE_TEMPLATE.zh-CN.md
rename to .gitee/ISSUE_TEMPLATE.zh-CN.md
diff --git a/warehouseManager-developer/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md
similarity index 100%
rename from warehouseManager-developer/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md
rename to .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5d947ca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+# Build and Release Folders
+bin-debug/
+bin-release/
+[Oo]bj/
+[Bb]in/
+
+# Other files and folders
+.settings/
+
+# Executables
+*.swf
+*.air
+*.ipa
+*.apk
+
+# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
+# should NOT be excluded as they contain compiler settings and other important
+# information for Eclipse / Flash Builder.
diff --git a/warehouseManager-developer/.idea/.gitignore b/.idea/.gitignore
similarity index 100%
rename from warehouseManager-developer/.idea/.gitignore
rename to .idea/.gitignore
diff --git a/warehouseManager-developer/.idea/dataSources.xml b/.idea/dataSources.xml
similarity index 100%
rename from warehouseManager-developer/.idea/dataSources.xml
rename to .idea/dataSources.xml
diff --git a/warehouseManager-developer/.idea/libraries/WMS.xml b/.idea/libraries/WMS.xml
similarity index 100%
rename from warehouseManager-developer/.idea/libraries/WMS.xml
rename to .idea/libraries/WMS.xml
diff --git a/warehouseManager-developer/.idea/misc.xml b/.idea/misc.xml
similarity index 100%
rename from warehouseManager-developer/.idea/misc.xml
rename to .idea/misc.xml
diff --git a/warehouseManager-developer/.idea/modules.xml b/.idea/modules.xml
similarity index 100%
rename from warehouseManager-developer/.idea/modules.xml
rename to .idea/modules.xml
diff --git a/warehouseManager-developer/.idea/sqldialects.xml b/.idea/sqldialects.xml
similarity index 100%
rename from warehouseManager-developer/.idea/sqldialects.xml
rename to .idea/sqldialects.xml
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/warehouseManager-developer/.idea/warehouseManager-developer.iml b/.idea/warehouseManager-developer.iml
similarity index 100%
rename from warehouseManager-developer/.idea/warehouseManager-developer.iml
rename to .idea/warehouseManager-developer.iml
diff --git a/warehouseManager-developer/.idea/webContexts.xml b/.idea/webContexts.xml
similarity index 100%
rename from warehouseManager-developer/.idea/webContexts.xml
rename to .idea/webContexts.xml
diff --git a/README.md b/README.md
deleted file mode 100644
index 597f736..0000000
--- a/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# cangku
-
diff --git a/warehouseManager-developer/WMS/.gitignore b/WMS/.gitignore
similarity index 100%
rename from warehouseManager-developer/WMS/.gitignore
rename to WMS/.gitignore
diff --git a/warehouseManager-developer/WMS/pom.xml b/WMS/pom.xml
similarity index 100%
rename from warehouseManager-developer/WMS/pom.xml
rename to WMS/pom.xml
diff --git a/warehouseManager-developer/WMS/sql/createtable.sql b/WMS/sql/createtable.sql
similarity index 100%
rename from warehouseManager-developer/WMS/sql/createtable.sql
rename to WMS/sql/createtable.sql
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/CustomerManageHandler.java b/WMS/src/main/java/com/ken/wms/common/controller/CustomerManageHandler.java
similarity index 99%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/CustomerManageHandler.java
rename to WMS/src/main/java/com/ken/wms/common/controller/CustomerManageHandler.java
index 5a23ddc..d963a93 100644
--- a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/CustomerManageHandler.java
+++ b/WMS/src/main/java/com/ken/wms/common/controller/CustomerManageHandler.java
@@ -19,7 +19,7 @@ import java.io.IOException;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
-
+//WSY
/**
* 客户信息管理请求 Handler
*/
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/FileSourceHandler.java b/WMS/src/main/java/com/ken/wms/common/controller/FileSourceHandler.java
similarity index 99%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/FileSourceHandler.java
rename to WMS/src/main/java/com/ken/wms/common/controller/FileSourceHandler.java
index b3c37a2..2a3019d 100644
--- a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/FileSourceHandler.java
+++ b/WMS/src/main/java/com/ken/wms/common/controller/FileSourceHandler.java
@@ -12,7 +12,7 @@ import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
-
+//WSY
/**
* 处理文件下载请求
Spring MVC控制器类,用于处理文件下载请求
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/GoodsManageHandler.java b/WMS/src/main/java/com/ken/wms/common/controller/GoodsManageHandler.java
similarity index 99%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/GoodsManageHandler.java
rename to WMS/src/main/java/com/ken/wms/common/controller/GoodsManageHandler.java
index eb86627..7ad3bc6 100644
--- a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/GoodsManageHandler.java
+++ b/WMS/src/main/java/com/ken/wms/common/controller/GoodsManageHandler.java
@@ -19,7 +19,7 @@ import java.io.IOException;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
-
+//WSY
/**
* 货物信息管理请求 Handler
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/RepositoryAdminManageHandler.java b/WMS/src/main/java/com/ken/wms/common/controller/RepositoryAdminManageHandler.java
similarity index 99%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/RepositoryAdminManageHandler.java
rename to WMS/src/main/java/com/ken/wms/common/controller/RepositoryAdminManageHandler.java
index 8d70d73..6c57bc9 100644
--- a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/RepositoryAdminManageHandler.java
+++ b/WMS/src/main/java/com/ken/wms/common/controller/RepositoryAdminManageHandler.java
@@ -48,8 +48,7 @@ public class RepositoryAdminManageHandler {
*/
private Map query(String keyWord, String searchType, int offset, int limit) throws RepositoryAdminManageServiceException {
Map queryResult = null;
-
- // query
+ //WSY
switch (searchType) {
case SEARCH_ALL:
queryResult = repositoryAdminManageService.selectAll(offset, limit);
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/RepositoryManageHandler.java b/WMS/src/main/java/com/ken/wms/common/controller/RepositoryManageHandler.java
similarity index 99%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/RepositoryManageHandler.java
rename to WMS/src/main/java/com/ken/wms/common/controller/RepositoryManageHandler.java
index 3a35a49..fa52b29 100644
--- a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/RepositoryManageHandler.java
+++ b/WMS/src/main/java/com/ken/wms/common/controller/RepositoryManageHandler.java
@@ -20,7 +20,7 @@ import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
-
+//WSY
/**
* 仓库信息管理请求 Handler
*/
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/StockRecordManageHandler.java b/WMS/src/main/java/com/ken/wms/common/controller/StockRecordManageHandler.java
similarity index 99%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/StockRecordManageHandler.java
rename to WMS/src/main/java/com/ken/wms/common/controller/StockRecordManageHandler.java
index 6b1f267..4ec6db4 100644
--- a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/StockRecordManageHandler.java
+++ b/WMS/src/main/java/com/ken/wms/common/controller/StockRecordManageHandler.java
@@ -21,7 +21,7 @@ import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
-
+//WSY
/**
* 商品出入库管理请求Handler
*/
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/StorageManageHandler.java b/WMS/src/main/java/com/ken/wms/common/controller/StorageManageHandler.java
similarity index 99%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/StorageManageHandler.java
rename to WMS/src/main/java/com/ken/wms/common/controller/StorageManageHandler.java
index 8966ce8..fae1a3b 100644
--- a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/StorageManageHandler.java
+++ b/WMS/src/main/java/com/ken/wms/common/controller/StorageManageHandler.java
@@ -23,7 +23,7 @@ import java.io.OutputStream;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
-
+//WSY
/**
* 库存管理请求处理
*
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/SupplierManageHandler.java b/WMS/src/main/java/com/ken/wms/common/controller/SupplierManageHandler.java
similarity index 99%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/SupplierManageHandler.java
rename to WMS/src/main/java/com/ken/wms/common/controller/SupplierManageHandler.java
index 4d1b6fe..acaaf56 100644
--- a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/SupplierManageHandler.java
+++ b/WMS/src/main/java/com/ken/wms/common/controller/SupplierManageHandler.java
@@ -18,7 +18,7 @@ import java.io.IOException;
import java.io.OutputStream;
import java.util.List;
import java.util.Map;
-
+//WSY
/**
* 供应商信息管理请求 Handler
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/SystemLogHandler.java b/WMS/src/main/java/com/ken/wms/common/controller/SystemLogHandler.java
similarity index 99%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/SystemLogHandler.java
rename to WMS/src/main/java/com/ken/wms/common/controller/SystemLogHandler.java
index 906dada..ba83d0a 100644
--- a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/controller/SystemLogHandler.java
+++ b/WMS/src/main/java/com/ken/wms/common/controller/SystemLogHandler.java
@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
-
+//WSY
/**
* 系统操作日志请求 Handler
*
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/CustomerManageServiceImpl.java b/WMS/src/main/java/com/ken/wms/common/service/Impl/CustomerManageServiceImpl.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/CustomerManageServiceImpl.java
rename to WMS/src/main/java/com/ken/wms/common/service/Impl/CustomerManageServiceImpl.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/GoodsManageServiceImpl.java b/WMS/src/main/java/com/ken/wms/common/service/Impl/GoodsManageServiceImpl.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/GoodsManageServiceImpl.java
rename to WMS/src/main/java/com/ken/wms/common/service/Impl/GoodsManageServiceImpl.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/RepositoryAdminManageServiceImpl.java b/WMS/src/main/java/com/ken/wms/common/service/Impl/RepositoryAdminManageServiceImpl.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/RepositoryAdminManageServiceImpl.java
rename to WMS/src/main/java/com/ken/wms/common/service/Impl/RepositoryAdminManageServiceImpl.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/RepositoryManageServiceImpl.java b/WMS/src/main/java/com/ken/wms/common/service/Impl/RepositoryManageServiceImpl.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/RepositoryManageServiceImpl.java
rename to WMS/src/main/java/com/ken/wms/common/service/Impl/RepositoryManageServiceImpl.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/StockRecordManageServiceImpl.java b/WMS/src/main/java/com/ken/wms/common/service/Impl/StockRecordManageServiceImpl.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/StockRecordManageServiceImpl.java
rename to WMS/src/main/java/com/ken/wms/common/service/Impl/StockRecordManageServiceImpl.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/StorageManageServiceImpl.java b/WMS/src/main/java/com/ken/wms/common/service/Impl/StorageManageServiceImpl.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/StorageManageServiceImpl.java
rename to WMS/src/main/java/com/ken/wms/common/service/Impl/StorageManageServiceImpl.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/SupplierManageServiceImpl.java b/WMS/src/main/java/com/ken/wms/common/service/Impl/SupplierManageServiceImpl.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/SupplierManageServiceImpl.java
rename to WMS/src/main/java/com/ken/wms/common/service/Impl/SupplierManageServiceImpl.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/SystemLogServiceImpl.java b/WMS/src/main/java/com/ken/wms/common/service/Impl/SystemLogServiceImpl.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Impl/SystemLogServiceImpl.java
rename to WMS/src/main/java/com/ken/wms/common/service/Impl/SystemLogServiceImpl.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/CustomerManageService.java b/WMS/src/main/java/com/ken/wms/common/service/Interface/CustomerManageService.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/CustomerManageService.java
rename to WMS/src/main/java/com/ken/wms/common/service/Interface/CustomerManageService.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/GoodsManageService.java b/WMS/src/main/java/com/ken/wms/common/service/Interface/GoodsManageService.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/GoodsManageService.java
rename to WMS/src/main/java/com/ken/wms/common/service/Interface/GoodsManageService.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/RepositoryAdminManageService.java b/WMS/src/main/java/com/ken/wms/common/service/Interface/RepositoryAdminManageService.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/RepositoryAdminManageService.java
rename to WMS/src/main/java/com/ken/wms/common/service/Interface/RepositoryAdminManageService.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/RepositoryService.java b/WMS/src/main/java/com/ken/wms/common/service/Interface/RepositoryService.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/RepositoryService.java
rename to WMS/src/main/java/com/ken/wms/common/service/Interface/RepositoryService.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/StockRecordManageService.java b/WMS/src/main/java/com/ken/wms/common/service/Interface/StockRecordManageService.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/StockRecordManageService.java
rename to WMS/src/main/java/com/ken/wms/common/service/Interface/StockRecordManageService.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/StorageManageService.java b/WMS/src/main/java/com/ken/wms/common/service/Interface/StorageManageService.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/StorageManageService.java
rename to WMS/src/main/java/com/ken/wms/common/service/Interface/StorageManageService.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/SupplierManageService.java b/WMS/src/main/java/com/ken/wms/common/service/Interface/SupplierManageService.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/SupplierManageService.java
rename to WMS/src/main/java/com/ken/wms/common/service/Interface/SupplierManageService.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/SystemLogService.java b/WMS/src/main/java/com/ken/wms/common/service/Interface/SystemLogService.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/service/Interface/SystemLogService.java
rename to WMS/src/main/java/com/ken/wms/common/service/Interface/SystemLogService.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/util/EJConvertor.java b/WMS/src/main/java/com/ken/wms/common/util/EJConvertor.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/util/EJConvertor.java
rename to WMS/src/main/java/com/ken/wms/common/util/EJConvertor.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/util/FileUtil.java b/WMS/src/main/java/com/ken/wms/common/util/FileUtil.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/util/FileUtil.java
rename to WMS/src/main/java/com/ken/wms/common/util/FileUtil.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/util/Response.java b/WMS/src/main/java/com/ken/wms/common/util/Response.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/util/Response.java
rename to WMS/src/main/java/com/ken/wms/common/util/Response.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/util/ResponseFactory.java b/WMS/src/main/java/com/ken/wms/common/util/ResponseFactory.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/common/util/ResponseFactory.java
rename to WMS/src/main/java/com/ken/wms/common/util/ResponseFactory.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/AccessRecordMapper.java b/WMS/src/main/java/com/ken/wms/dao/AccessRecordMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/AccessRecordMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/AccessRecordMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/AccessRecordMapper.xml b/WMS/src/main/java/com/ken/wms/dao/AccessRecordMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/AccessRecordMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/AccessRecordMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/CustomerMapper.java b/WMS/src/main/java/com/ken/wms/dao/CustomerMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/CustomerMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/CustomerMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/CustomerMapper.xml b/WMS/src/main/java/com/ken/wms/dao/CustomerMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/CustomerMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/CustomerMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/GoodsMapper.java b/WMS/src/main/java/com/ken/wms/dao/GoodsMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/GoodsMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/GoodsMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/GoodsMapper.xml b/WMS/src/main/java/com/ken/wms/dao/GoodsMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/GoodsMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/GoodsMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RepositoryAdminMapper.java b/WMS/src/main/java/com/ken/wms/dao/RepositoryAdminMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RepositoryAdminMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/RepositoryAdminMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RepositoryAdminMapper.xml b/WMS/src/main/java/com/ken/wms/dao/RepositoryAdminMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RepositoryAdminMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/RepositoryAdminMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RepositoryMapper.java b/WMS/src/main/java/com/ken/wms/dao/RepositoryMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RepositoryMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/RepositoryMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RepositoryMapper.xml b/WMS/src/main/java/com/ken/wms/dao/RepositoryMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RepositoryMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/RepositoryMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RolePermissionMapper.java b/WMS/src/main/java/com/ken/wms/dao/RolePermissionMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RolePermissionMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/RolePermissionMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RolePermissionMapper.xml b/WMS/src/main/java/com/ken/wms/dao/RolePermissionMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RolePermissionMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/RolePermissionMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RolesMapper.java b/WMS/src/main/java/com/ken/wms/dao/RolesMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RolesMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/RolesMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RolesMapper.xml b/WMS/src/main/java/com/ken/wms/dao/RolesMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/RolesMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/RolesMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StockInMapper.java b/WMS/src/main/java/com/ken/wms/dao/StockInMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StockInMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/StockInMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StockInMapper.xml b/WMS/src/main/java/com/ken/wms/dao/StockInMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StockInMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/StockInMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StockOutMapper.java b/WMS/src/main/java/com/ken/wms/dao/StockOutMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StockOutMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/StockOutMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StockOutMapper.xml b/WMS/src/main/java/com/ken/wms/dao/StockOutMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StockOutMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/StockOutMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StorageMapper.java b/WMS/src/main/java/com/ken/wms/dao/StorageMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StorageMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/StorageMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StorageMapper.xml b/WMS/src/main/java/com/ken/wms/dao/StorageMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/StorageMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/StorageMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/SupplierMapper.java b/WMS/src/main/java/com/ken/wms/dao/SupplierMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/SupplierMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/SupplierMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/SupplierMapper.xml b/WMS/src/main/java/com/ken/wms/dao/SupplierMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/SupplierMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/SupplierMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserInfoMapper.java b/WMS/src/main/java/com/ken/wms/dao/UserInfoMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserInfoMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/UserInfoMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserInfoMapper.xml b/WMS/src/main/java/com/ken/wms/dao/UserInfoMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserInfoMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/UserInfoMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserOperationRecordMapper.java b/WMS/src/main/java/com/ken/wms/dao/UserOperationRecordMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserOperationRecordMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/UserOperationRecordMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserOperationRecordMapper.xml b/WMS/src/main/java/com/ken/wms/dao/UserOperationRecordMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserOperationRecordMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/UserOperationRecordMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserPermissionMapper.java b/WMS/src/main/java/com/ken/wms/dao/UserPermissionMapper.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserPermissionMapper.java
rename to WMS/src/main/java/com/ken/wms/dao/UserPermissionMapper.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserPermissionMapper.xml b/WMS/src/main/java/com/ken/wms/dao/UserPermissionMapper.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/dao/UserPermissionMapper.xml
rename to WMS/src/main/java/com/ken/wms/dao/UserPermissionMapper.xml
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/AccessRecordDO.java b/WMS/src/main/java/com/ken/wms/domain/AccessRecordDO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/AccessRecordDO.java
rename to WMS/src/main/java/com/ken/wms/domain/AccessRecordDO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/AccessRecordDTO.java b/WMS/src/main/java/com/ken/wms/domain/AccessRecordDTO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/AccessRecordDTO.java
rename to WMS/src/main/java/com/ken/wms/domain/AccessRecordDTO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/Customer.java b/WMS/src/main/java/com/ken/wms/domain/Customer.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/Customer.java
rename to WMS/src/main/java/com/ken/wms/domain/Customer.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/Goods.java b/WMS/src/main/java/com/ken/wms/domain/Goods.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/Goods.java
rename to WMS/src/main/java/com/ken/wms/domain/Goods.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/Repository.java b/WMS/src/main/java/com/ken/wms/domain/Repository.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/Repository.java
rename to WMS/src/main/java/com/ken/wms/domain/Repository.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/RepositoryAdmin.java b/WMS/src/main/java/com/ken/wms/domain/RepositoryAdmin.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/RepositoryAdmin.java
rename to WMS/src/main/java/com/ken/wms/domain/RepositoryAdmin.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/RoleDO.java b/WMS/src/main/java/com/ken/wms/domain/RoleDO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/RoleDO.java
rename to WMS/src/main/java/com/ken/wms/domain/RoleDO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/RolePermissionDO.java b/WMS/src/main/java/com/ken/wms/domain/RolePermissionDO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/RolePermissionDO.java
rename to WMS/src/main/java/com/ken/wms/domain/RolePermissionDO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/StockInDO.java b/WMS/src/main/java/com/ken/wms/domain/StockInDO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/StockInDO.java
rename to WMS/src/main/java/com/ken/wms/domain/StockInDO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/StockOutDO.java b/WMS/src/main/java/com/ken/wms/domain/StockOutDO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/StockOutDO.java
rename to WMS/src/main/java/com/ken/wms/domain/StockOutDO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/StockRecordDTO.java b/WMS/src/main/java/com/ken/wms/domain/StockRecordDTO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/StockRecordDTO.java
rename to WMS/src/main/java/com/ken/wms/domain/StockRecordDTO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/Storage.java b/WMS/src/main/java/com/ken/wms/domain/Storage.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/Storage.java
rename to WMS/src/main/java/com/ken/wms/domain/Storage.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/Supplier.java b/WMS/src/main/java/com/ken/wms/domain/Supplier.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/Supplier.java
rename to WMS/src/main/java/com/ken/wms/domain/Supplier.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/User.java b/WMS/src/main/java/com/ken/wms/domain/User.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/User.java
rename to WMS/src/main/java/com/ken/wms/domain/User.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/UserInfoDO.java b/WMS/src/main/java/com/ken/wms/domain/UserInfoDO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/UserInfoDO.java
rename to WMS/src/main/java/com/ken/wms/domain/UserInfoDO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/UserInfoDTO.java b/WMS/src/main/java/com/ken/wms/domain/UserInfoDTO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/UserInfoDTO.java
rename to WMS/src/main/java/com/ken/wms/domain/UserInfoDTO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/UserOperationRecordDO.java b/WMS/src/main/java/com/ken/wms/domain/UserOperationRecordDO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/UserOperationRecordDO.java
rename to WMS/src/main/java/com/ken/wms/domain/UserOperationRecordDO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/UserOperationRecordDTO.java b/WMS/src/main/java/com/ken/wms/domain/UserOperationRecordDTO.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/domain/UserOperationRecordDTO.java
rename to WMS/src/main/java/com/ken/wms/domain/UserOperationRecordDTO.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/BusinessException.java b/WMS/src/main/java/com/ken/wms/exception/BusinessException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/BusinessException.java
rename to WMS/src/main/java/com/ken/wms/exception/BusinessException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/CustomerManageServiceException.java b/WMS/src/main/java/com/ken/wms/exception/CustomerManageServiceException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/CustomerManageServiceException.java
rename to WMS/src/main/java/com/ken/wms/exception/CustomerManageServiceException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/GoodsManageServiceException.java b/WMS/src/main/java/com/ken/wms/exception/GoodsManageServiceException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/GoodsManageServiceException.java
rename to WMS/src/main/java/com/ken/wms/exception/GoodsManageServiceException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/RepositoryAdminManageServiceException.java b/WMS/src/main/java/com/ken/wms/exception/RepositoryAdminManageServiceException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/RepositoryAdminManageServiceException.java
rename to WMS/src/main/java/com/ken/wms/exception/RepositoryAdminManageServiceException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/RepositoryManageServiceException.java b/WMS/src/main/java/com/ken/wms/exception/RepositoryManageServiceException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/RepositoryManageServiceException.java
rename to WMS/src/main/java/com/ken/wms/exception/RepositoryManageServiceException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/StockRecordManageServiceException.java b/WMS/src/main/java/com/ken/wms/exception/StockRecordManageServiceException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/StockRecordManageServiceException.java
rename to WMS/src/main/java/com/ken/wms/exception/StockRecordManageServiceException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/StorageManageServiceException.java b/WMS/src/main/java/com/ken/wms/exception/StorageManageServiceException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/StorageManageServiceException.java
rename to WMS/src/main/java/com/ken/wms/exception/StorageManageServiceException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/SupplierManageServiceException.java b/WMS/src/main/java/com/ken/wms/exception/SupplierManageServiceException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/SupplierManageServiceException.java
rename to WMS/src/main/java/com/ken/wms/exception/SupplierManageServiceException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/SystemLogServiceException.java b/WMS/src/main/java/com/ken/wms/exception/SystemLogServiceException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/SystemLogServiceException.java
rename to WMS/src/main/java/com/ken/wms/exception/SystemLogServiceException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/UserAccountServiceException.java b/WMS/src/main/java/com/ken/wms/exception/UserAccountServiceException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/UserAccountServiceException.java
rename to WMS/src/main/java/com/ken/wms/exception/UserAccountServiceException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/UserInfoServiceException.java b/WMS/src/main/java/com/ken/wms/exception/UserInfoServiceException.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/exception/UserInfoServiceException.java
rename to WMS/src/main/java/com/ken/wms/exception/UserInfoServiceException.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/controller/AccountHandler.java b/WMS/src/main/java/com/ken/wms/security/controller/AccountHandler.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/controller/AccountHandler.java
rename to WMS/src/main/java/com/ken/wms/security/controller/AccountHandler.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/controller/PageForwardHandler.java b/WMS/src/main/java/com/ken/wms/security/controller/PageForwardHandler.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/controller/PageForwardHandler.java
rename to WMS/src/main/java/com/ken/wms/security/controller/PageForwardHandler.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/filter/AnyOfRolesAuthorizationFilter.java b/WMS/src/main/java/com/ken/wms/security/filter/AnyOfRolesAuthorizationFilter.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/filter/AnyOfRolesAuthorizationFilter.java
rename to WMS/src/main/java/com/ken/wms/security/filter/AnyOfRolesAuthorizationFilter.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/filter/ExtendFormAuthenticationFilter.java b/WMS/src/main/java/com/ken/wms/security/filter/ExtendFormAuthenticationFilter.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/filter/ExtendFormAuthenticationFilter.java
rename to WMS/src/main/java/com/ken/wms/security/filter/ExtendFormAuthenticationFilter.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/filter/KickoutSessionControlFilter.java b/WMS/src/main/java/com/ken/wms/security/filter/KickoutSessionControlFilter.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/filter/KickoutSessionControlFilter.java
rename to WMS/src/main/java/com/ken/wms/security/filter/KickoutSessionControlFilter.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/listener/SessionListener.java b/WMS/src/main/java/com/ken/wms/security/listener/SessionListener.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/listener/SessionListener.java
rename to WMS/src/main/java/com/ken/wms/security/listener/SessionListener.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/realms/UserAuthorizingRealm.java b/WMS/src/main/java/com/ken/wms/security/realms/UserAuthorizingRealm.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/realms/UserAuthorizingRealm.java
rename to WMS/src/main/java/com/ken/wms/security/realms/UserAuthorizingRealm.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/service/FilterChainDefinitionMapBuilder.java b/WMS/src/main/java/com/ken/wms/security/service/FilterChainDefinitionMapBuilder.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/service/FilterChainDefinitionMapBuilder.java
rename to WMS/src/main/java/com/ken/wms/security/service/FilterChainDefinitionMapBuilder.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/service/Impl/AccountServiceImpl.java b/WMS/src/main/java/com/ken/wms/security/service/Impl/AccountServiceImpl.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/service/Impl/AccountServiceImpl.java
rename to WMS/src/main/java/com/ken/wms/security/service/Impl/AccountServiceImpl.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/service/Impl/UserInfoServiceImpl.java b/WMS/src/main/java/com/ken/wms/security/service/Impl/UserInfoServiceImpl.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/service/Impl/UserInfoServiceImpl.java
rename to WMS/src/main/java/com/ken/wms/security/service/Impl/UserInfoServiceImpl.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/service/Interface/AccountService.java b/WMS/src/main/java/com/ken/wms/security/service/Interface/AccountService.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/service/Interface/AccountService.java
rename to WMS/src/main/java/com/ken/wms/security/service/Interface/AccountService.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/service/Interface/UserInfoService.java b/WMS/src/main/java/com/ken/wms/security/service/Interface/UserInfoService.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/service/Interface/UserInfoService.java
rename to WMS/src/main/java/com/ken/wms/security/service/Interface/UserInfoService.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/util/CaptchaGenerator.java b/WMS/src/main/java/com/ken/wms/security/util/CaptchaGenerator.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/util/CaptchaGenerator.java
rename to WMS/src/main/java/com/ken/wms/security/util/CaptchaGenerator.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/util/MD5Util.java b/WMS/src/main/java/com/ken/wms/security/util/MD5Util.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/security/util/MD5Util.java
rename to WMS/src/main/java/com/ken/wms/security/util/MD5Util.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/util/GlobalExceptionHandler.java b/WMS/src/main/java/com/ken/wms/util/GlobalExceptionHandler.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/util/GlobalExceptionHandler.java
rename to WMS/src/main/java/com/ken/wms/util/GlobalExceptionHandler.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/util/aop/ServiceLogging.java b/WMS/src/main/java/com/ken/wms/util/aop/ServiceLogging.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/util/aop/ServiceLogging.java
rename to WMS/src/main/java/com/ken/wms/util/aop/ServiceLogging.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/util/aop/UserOperation.java b/WMS/src/main/java/com/ken/wms/util/aop/UserOperation.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/util/aop/UserOperation.java
rename to WMS/src/main/java/com/ken/wms/util/aop/UserOperation.java
diff --git a/warehouseManager-developer/WMS/src/main/java/com/ken/wms/util/aop/UserOperationLogging.java b/WMS/src/main/java/com/ken/wms/util/aop/UserOperationLogging.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/java/com/ken/wms/util/aop/UserOperationLogging.java
rename to WMS/src/main/java/com/ken/wms/util/aop/UserOperationLogging.java
diff --git a/warehouseManager-developer/WMS/src/main/resources/config/DBConfig.properties b/WMS/src/main/resources/config/DBConfig.properties
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/resources/config/DBConfig.properties
rename to WMS/src/main/resources/config/DBConfig.properties
diff --git a/warehouseManager-developer/WMS/src/main/resources/config/EJConvertor.xsd b/WMS/src/main/resources/config/EJConvertor.xsd
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/resources/config/EJConvertor.xsd
rename to WMS/src/main/resources/config/EJConvertor.xsd
diff --git a/warehouseManager-developer/WMS/src/main/resources/config/EJConvertorConfig.xml b/WMS/src/main/resources/config/EJConvertorConfig.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/resources/config/EJConvertorConfig.xml
rename to WMS/src/main/resources/config/EJConvertorConfig.xml
diff --git a/warehouseManager-developer/WMS/src/main/resources/config/MyBatisConfiguration.xml b/WMS/src/main/resources/config/MyBatisConfiguration.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/resources/config/MyBatisConfiguration.xml
rename to WMS/src/main/resources/config/MyBatisConfiguration.xml
diff --git a/warehouseManager-developer/WMS/src/main/resources/config/ShiroConfiguration.xml b/WMS/src/main/resources/config/ShiroConfiguration.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/resources/config/ShiroConfiguration.xml
rename to WMS/src/main/resources/config/ShiroConfiguration.xml
diff --git a/warehouseManager-developer/WMS/src/main/resources/config/SpringContextConfiguration.xml b/WMS/src/main/resources/config/SpringContextConfiguration.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/resources/config/SpringContextConfiguration.xml
rename to WMS/src/main/resources/config/SpringContextConfiguration.xml
diff --git a/warehouseManager-developer/WMS/src/main/resources/config/SpringMVCConfiguration.xml b/WMS/src/main/resources/config/SpringMVCConfiguration.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/resources/config/SpringMVCConfiguration.xml
rename to WMS/src/main/resources/config/SpringMVCConfiguration.xml
diff --git a/warehouseManager-developer/WMS/src/main/resources/config/ehcache.xml b/WMS/src/main/resources/config/ehcache.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/resources/config/ehcache.xml
rename to WMS/src/main/resources/config/ehcache.xml
diff --git a/warehouseManager-developer/WMS/src/main/resources/config/log4j.properties b/WMS/src/main/resources/config/log4j.properties
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/resources/config/log4j.properties
rename to WMS/src/main/resources/config/log4j.properties
diff --git a/warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/customerInfo.xlsx b/WMS/src/main/webapp/WEB-INF/download/customerInfo.xlsx
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/customerInfo.xlsx
rename to WMS/src/main/webapp/WEB-INF/download/customerInfo.xlsx
diff --git a/warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/goodsInfo.xlsx b/WMS/src/main/webapp/WEB-INF/download/goodsInfo.xlsx
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/goodsInfo.xlsx
rename to WMS/src/main/webapp/WEB-INF/download/goodsInfo.xlsx
diff --git a/warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/repositoryAdminInfo.xlsx b/WMS/src/main/webapp/WEB-INF/download/repositoryAdminInfo.xlsx
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/repositoryAdminInfo.xlsx
rename to WMS/src/main/webapp/WEB-INF/download/repositoryAdminInfo.xlsx
diff --git a/warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/repositoryInfo.xlsx b/WMS/src/main/webapp/WEB-INF/download/repositoryInfo.xlsx
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/repositoryInfo.xlsx
rename to WMS/src/main/webapp/WEB-INF/download/repositoryInfo.xlsx
diff --git a/warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/storageRecord.xlsx b/WMS/src/main/webapp/WEB-INF/download/storageRecord.xlsx
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/storageRecord.xlsx
rename to WMS/src/main/webapp/WEB-INF/download/storageRecord.xlsx
diff --git a/warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/supplierInfo.xlsx b/WMS/src/main/webapp/WEB-INF/download/supplierInfo.xlsx
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/WEB-INF/download/supplierInfo.xlsx
rename to WMS/src/main/webapp/WEB-INF/download/supplierInfo.xlsx
diff --git a/warehouseManager-developer/WMS/src/main/webapp/WEB-INF/jsp/login.jsp b/WMS/src/main/webapp/WEB-INF/jsp/login.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/WEB-INF/jsp/login.jsp
rename to WMS/src/main/webapp/WEB-INF/jsp/login.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/WEB-INF/jsp/mainPage.jsp b/WMS/src/main/webapp/WEB-INF/jsp/mainPage.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/WEB-INF/jsp/mainPage.jsp
rename to WMS/src/main/webapp/WEB-INF/jsp/mainPage.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/WEB-INF/web.xml b/WMS/src/main/webapp/WEB-INF/web.xml
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/WEB-INF/web.xml
rename to WMS/src/main/webapp/WEB-INF/web.xml
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/bootstrap-datetimepicker.min.css b/WMS/src/main/webapp/css/bootstrap-datetimepicker.min.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/bootstrap-datetimepicker.min.css
rename to WMS/src/main/webapp/css/bootstrap-datetimepicker.min.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/bootstrap-table.css b/WMS/src/main/webapp/css/bootstrap-table.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/bootstrap-table.css
rename to WMS/src/main/webapp/css/bootstrap-table.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/bootstrap-theme.css b/WMS/src/main/webapp/css/bootstrap-theme.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/bootstrap-theme.css
rename to WMS/src/main/webapp/css/bootstrap-theme.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/bootstrap-theme.css.map b/WMS/src/main/webapp/css/bootstrap-theme.css.map
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/bootstrap-theme.css.map
rename to WMS/src/main/webapp/css/bootstrap-theme.css.map
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/bootstrap-theme.min.css b/WMS/src/main/webapp/css/bootstrap-theme.min.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/bootstrap-theme.min.css
rename to WMS/src/main/webapp/css/bootstrap-theme.min.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/bootstrap.css b/WMS/src/main/webapp/css/bootstrap.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/bootstrap.css
rename to WMS/src/main/webapp/css/bootstrap.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/bootstrap.css.map b/WMS/src/main/webapp/css/bootstrap.css.map
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/bootstrap.css.map
rename to WMS/src/main/webapp/css/bootstrap.css.map
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/bootstrap.min.css b/WMS/src/main/webapp/css/bootstrap.min.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/bootstrap.min.css
rename to WMS/src/main/webapp/css/bootstrap.min.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/bootstrapValidator.min.css b/WMS/src/main/webapp/css/bootstrapValidator.min.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/bootstrapValidator.min.css
rename to WMS/src/main/webapp/css/bootstrapValidator.min.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/jquery-ui.css b/WMS/src/main/webapp/css/jquery-ui.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/jquery-ui.css
rename to WMS/src/main/webapp/css/jquery-ui.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/jquery.mloading.css b/WMS/src/main/webapp/css/jquery.mloading.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/jquery.mloading.css
rename to WMS/src/main/webapp/css/jquery.mloading.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/mainPage.css b/WMS/src/main/webapp/css/mainPage.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/mainPage.css
rename to WMS/src/main/webapp/css/mainPage.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/css/model/login/login.css b/WMS/src/main/webapp/css/model/login/login.css
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/css/model/login/login.css
rename to WMS/src/main/webapp/css/model/login/login.css
diff --git a/warehouseManager-developer/WMS/src/main/webapp/errorPage/404Error.html b/WMS/src/main/webapp/errorPage/404Error.html
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/errorPage/404Error.html
rename to WMS/src/main/webapp/errorPage/404Error.html
diff --git a/warehouseManager-developer/WMS/src/main/webapp/errorPage/500Error.html b/WMS/src/main/webapp/errorPage/500Error.html
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/errorPage/500Error.html
rename to WMS/src/main/webapp/errorPage/500Error.html
diff --git a/warehouseManager-developer/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.eot b/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.eot
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.eot
rename to WMS/src/main/webapp/fonts/glyphicons-halflings-regular.eot
diff --git a/warehouseManager-developer/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.svg b/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.svg
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.svg
rename to WMS/src/main/webapp/fonts/glyphicons-halflings-regular.svg
diff --git a/warehouseManager-developer/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.ttf b/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.ttf
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.ttf
rename to WMS/src/main/webapp/fonts/glyphicons-halflings-regular.ttf
diff --git a/warehouseManager-developer/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.woff b/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.woff
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.woff
rename to WMS/src/main/webapp/fonts/glyphicons-halflings-regular.woff
diff --git a/warehouseManager-developer/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.woff2 b/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.woff2
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/fonts/glyphicons-halflings-regular.woff2
rename to WMS/src/main/webapp/fonts/glyphicons-halflings-regular.woff2
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/ajaxfileupload.js b/WMS/src/main/webapp/js/ajaxfileupload.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/ajaxfileupload.js
rename to WMS/src/main/webapp/js/ajaxfileupload.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/bootstrap-datetimepicker.min.js b/WMS/src/main/webapp/js/bootstrap-datetimepicker.min.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/bootstrap-datetimepicker.min.js
rename to WMS/src/main/webapp/js/bootstrap-datetimepicker.min.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/bootstrap-datetimepicker.zh-CN.js b/WMS/src/main/webapp/js/bootstrap-datetimepicker.zh-CN.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/bootstrap-datetimepicker.zh-CN.js
rename to WMS/src/main/webapp/js/bootstrap-datetimepicker.zh-CN.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/bootstrap-table-zh-CN.min.js b/WMS/src/main/webapp/js/bootstrap-table-zh-CN.min.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/bootstrap-table-zh-CN.min.js
rename to WMS/src/main/webapp/js/bootstrap-table-zh-CN.min.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/bootstrap-table.min.js b/WMS/src/main/webapp/js/bootstrap-table.min.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/bootstrap-table.min.js
rename to WMS/src/main/webapp/js/bootstrap-table.min.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/bootstrap.js b/WMS/src/main/webapp/js/bootstrap.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/bootstrap.js
rename to WMS/src/main/webapp/js/bootstrap.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/bootstrap.min.js b/WMS/src/main/webapp/js/bootstrap.min.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/bootstrap.min.js
rename to WMS/src/main/webapp/js/bootstrap.min.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/bootstrapValidator.min.js b/WMS/src/main/webapp/js/bootstrapValidator.min.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/bootstrapValidator.min.js
rename to WMS/src/main/webapp/js/bootstrapValidator.min.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/jquery-2.2.3.min.js b/WMS/src/main/webapp/js/jquery-2.2.3.min.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/jquery-2.2.3.min.js
rename to WMS/src/main/webapp/js/jquery-2.2.3.min.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/jquery-ui.min.js b/WMS/src/main/webapp/js/jquery-ui.min.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/jquery-ui.min.js
rename to WMS/src/main/webapp/js/jquery-ui.min.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/jquery.md5.js b/WMS/src/main/webapp/js/jquery.md5.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/jquery.md5.js
rename to WMS/src/main/webapp/js/jquery.md5.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/jquery.mloading.js b/WMS/src/main/webapp/js/jquery.mloading.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/jquery.mloading.js
rename to WMS/src/main/webapp/js/jquery.mloading.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/mainPage.js b/WMS/src/main/webapp/js/mainPage.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/mainPage.js
rename to WMS/src/main/webapp/js/mainPage.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/npm.js b/WMS/src/main/webapp/js/npm.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/npm.js
rename to WMS/src/main/webapp/js/npm.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/js/zh_CN.js b/WMS/src/main/webapp/js/zh_CN.js
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/js/zh_CN.js
rename to WMS/src/main/webapp/js/zh_CN.js
diff --git a/warehouseManager-developer/WMS/src/main/webapp/media/icons/error-icon.png b/WMS/src/main/webapp/media/icons/error-icon.png
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/media/icons/error-icon.png
rename to WMS/src/main/webapp/media/icons/error-icon.png
diff --git a/warehouseManager-developer/WMS/src/main/webapp/media/icons/stock_in-512.png b/WMS/src/main/webapp/media/icons/stock_in-512.png
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/media/icons/stock_in-512.png
rename to WMS/src/main/webapp/media/icons/stock_in-512.png
diff --git a/warehouseManager-developer/WMS/src/main/webapp/media/icons/stock_out-512.png b/WMS/src/main/webapp/media/icons/stock_out-512.png
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/media/icons/stock_out-512.png
rename to WMS/src/main/webapp/media/icons/stock_out-512.png
diff --git a/warehouseManager-developer/WMS/src/main/webapp/media/icons/stock_search-512.png b/WMS/src/main/webapp/media/icons/stock_search-512.png
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/media/icons/stock_search-512.png
rename to WMS/src/main/webapp/media/icons/stock_search-512.png
diff --git a/warehouseManager-developer/WMS/src/main/webapp/media/icons/success-icon.png b/WMS/src/main/webapp/media/icons/success-icon.png
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/media/icons/success-icon.png
rename to WMS/src/main/webapp/media/icons/success-icon.png
diff --git a/warehouseManager-developer/WMS/src/main/webapp/media/icons/warning-icon.png b/WMS/src/main/webapp/media/icons/warning-icon.png
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/media/icons/warning-icon.png
rename to WMS/src/main/webapp/media/icons/warning-icon.png
diff --git a/warehouseManager-developer/WMS/src/main/webapp/media/images/404.jpg b/WMS/src/main/webapp/media/images/404.jpg
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/media/images/404.jpg
rename to WMS/src/main/webapp/media/images/404.jpg
diff --git a/warehouseManager-developer/WMS/src/main/webapp/media/images/500.jpg b/WMS/src/main/webapp/media/images/500.jpg
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/media/images/500.jpg
rename to WMS/src/main/webapp/media/images/500.jpg
diff --git a/warehouseManager-developer/WMS/src/main/webapp/media/images/backgroundPic.png b/WMS/src/main/webapp/media/images/backgroundPic.png
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/media/images/backgroundPic.png
rename to WMS/src/main/webapp/media/images/backgroundPic.png
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/accessRecordManagement.jsp b/WMS/src/main/webapp/pagecomponent/accessRecordManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/accessRecordManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/accessRecordManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/customerManagement.jsp b/WMS/src/main/webapp/pagecomponent/customerManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/customerManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/customerManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/goodsManagement.jsp b/WMS/src/main/webapp/pagecomponent/goodsManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/goodsManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/goodsManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/passwordModification.jsp b/WMS/src/main/webapp/pagecomponent/passwordModification.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/passwordModification.jsp
rename to WMS/src/main/webapp/pagecomponent/passwordModification.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/repositoryAdminManagement.jsp b/WMS/src/main/webapp/pagecomponent/repositoryAdminManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/repositoryAdminManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/repositoryAdminManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/repositoryManagement.jsp b/WMS/src/main/webapp/pagecomponent/repositoryManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/repositoryManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/repositoryManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/stock-inManagement.jsp b/WMS/src/main/webapp/pagecomponent/stock-inManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/stock-inManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/stock-inManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/stock-inManagementCommon.jsp b/WMS/src/main/webapp/pagecomponent/stock-inManagementCommon.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/stock-inManagementCommon.jsp
rename to WMS/src/main/webapp/pagecomponent/stock-inManagementCommon.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/stock-outManagement.jsp b/WMS/src/main/webapp/pagecomponent/stock-outManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/stock-outManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/stock-outManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/stock-outManagementCommon.jsp b/WMS/src/main/webapp/pagecomponent/stock-outManagementCommon.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/stock-outManagementCommon.jsp
rename to WMS/src/main/webapp/pagecomponent/stock-outManagementCommon.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/stockRecordManagement.jsp b/WMS/src/main/webapp/pagecomponent/stockRecordManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/stockRecordManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/stockRecordManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/storageManagement.jsp b/WMS/src/main/webapp/pagecomponent/storageManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/storageManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/storageManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/storageManagementCommon.jsp b/WMS/src/main/webapp/pagecomponent/storageManagementCommon.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/storageManagementCommon.jsp
rename to WMS/src/main/webapp/pagecomponent/storageManagementCommon.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/supplierManagement.jsp b/WMS/src/main/webapp/pagecomponent/supplierManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/supplierManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/supplierManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/userOperationRecorderManagement.jsp b/WMS/src/main/webapp/pagecomponent/userOperationRecorderManagement.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/userOperationRecorderManagement.jsp
rename to WMS/src/main/webapp/pagecomponent/userOperationRecorderManagement.jsp
diff --git a/warehouseManager-developer/WMS/src/main/webapp/pagecomponent/welcomePage.jsp b/WMS/src/main/webapp/pagecomponent/welcomePage.jsp
similarity index 100%
rename from warehouseManager-developer/WMS/src/main/webapp/pagecomponent/welcomePage.jsp
rename to WMS/src/main/webapp/pagecomponent/welcomePage.jsp
diff --git a/warehouseManager-developer/WMS/src/test/java/com/ken/wms/MapperTest.java b/WMS/src/test/java/com/ken/wms/MapperTest.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/test/java/com/ken/wms/MapperTest.java
rename to WMS/src/test/java/com/ken/wms/MapperTest.java
diff --git a/warehouseManager-developer/WMS/src/test/java/com/ken/wms/MyTest.java b/WMS/src/test/java/com/ken/wms/MyTest.java
similarity index 100%
rename from warehouseManager-developer/WMS/src/test/java/com/ken/wms/MyTest.java
rename to WMS/src/test/java/com/ken/wms/MyTest.java
diff --git a/warehouseManager-developer/untitled1/.gitignore b/untitled1/.gitignore
similarity index 100%
rename from warehouseManager-developer/untitled1/.gitignore
rename to untitled1/.gitignore
diff --git a/warehouseManager-developer/untitled1/.idea/.gitignore b/untitled1/.idea/.gitignore
similarity index 100%
rename from warehouseManager-developer/untitled1/.idea/.gitignore
rename to untitled1/.idea/.gitignore
diff --git a/warehouseManager-developer/untitled1/.idea/misc.xml b/untitled1/.idea/misc.xml
similarity index 100%
rename from warehouseManager-developer/untitled1/.idea/misc.xml
rename to untitled1/.idea/misc.xml
diff --git a/untitled1/.idea/vcs.xml b/untitled1/.idea/vcs.xml
new file mode 100644
index 0000000..6c0b863
--- /dev/null
+++ b/untitled1/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/warehouseManager-developer/untitled1/pom.xml b/untitled1/pom.xml
similarity index 100%
rename from warehouseManager-developer/untitled1/pom.xml
rename to untitled1/pom.xml
diff --git a/warehouseManager-developer/LICENSE b/warehouseManager-developer/LICENSE
deleted file mode 100644
index 261eeb9..0000000
--- a/warehouseManager-developer/LICENSE
+++ /dev/null
@@ -1,201 +0,0 @@
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
-
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
- 1. Definitions.
-
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
-
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
-
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
-
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
-
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
-
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
-
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
-
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
-
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
-
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
-
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
-
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
-
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
-
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
-
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
-
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
-
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
-
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
-
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
-
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
-
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
- implied, including, without limitation, any warranties or conditions
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
- PARTICULAR PURPOSE. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
-
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
-
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
-
- END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright [yyyy] [name of copyright owner]
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
diff --git a/warehouseManager-developer/README.md b/warehouseManager-developer/README.md
deleted file mode 100644
index 12eaf07..0000000
--- a/warehouseManager-developer/README.md
+++ /dev/null
@@ -1,112 +0,0 @@
-
-
-
-# 基于SSM框架的仓库管理系统
-
-
-## ✅ 分支说明
-
-| 分支 | spring框架 | MySQL8.0 | MySQL5.7 | 登录验证码 |
-|----|----------|----------|----------|----------|
-| dev-springboot | springboot | ✅ | ✅ | ✅ |
-| developer | springmvc | ✅ | ✅ | ✅ |
-| 去登录验证码 | springmvc | ✅ | ✅ | ❎ |
-| MySQL5.7 | springmvc | ❎ | ✅ | ✅ |
-
-
-## ✅ 非常紧急的问题或功能定制可以关注公众号->发消息:仓库管理
-
-> 
-
-## 计划
-- [x] 录制idea启动系统演示视频(价值:很多初学者需要)
-- [x] 数据库驱动兼容8.0,兼容MySQL5.7的旧代码放在分支mysql5.7(价值:应届毕业生80%以上默认用的MySQL8.0+)
-- [x] springmvc迁移到springboot(价值:应届毕业生80%以上默认用的springboot框架),见【dev-springboot】分支
-
-
-
-
-## ⭕ 视频-IDEA导入+运行项目演示
-
-> [基于SSM框架的仓库管理系统演示.mp4](/video/基于SSM框架的仓库管理系统演示.mp4)
-
-## 📋 功能
-
-* 系统操作权限管理。系统提供基本的登入登出功能,同时系统包含两个角色:系统超级管理员和普通管理员,超级管理员具有最高的操作权限,而普通管理员仅具有最基本的操作权限,而且仅能操作自己被指派的仓库。
-* 请求URL鉴权。对于系统使用者登陆后进行操作发送请求的URL,后台会根据当前用户的角色判断是否拥有请求该URL的权限。
-* 基础数据信息管理。对包括:货物信息、供应商信息、客户信息、仓库信息在内的基础数据信息进行管理,提供的操作有:添加、删除、修改、条件查询、导出为Excel和到从Excel导入。
-* 仓库管理员管理。对仓库管理员信息CRUD操作,或者为指定的仓库管理员指派所管理的仓库。上述中的仓库管理员可以以普通管理员身份登陆到系统。
-* 库存信息管理。对库存信息的CRUD操作,导入导出操作,同时查询的时候可以根据仓库以及商品ID等信息进行多条件查询。
-* 基本仓库事务操作。执行货物的入库与出库操作。
-* 系统登陆日志查询。超级管理员可以查询某一用户在特定时间段内的系统登陆日志。
-* 系统操作日志查询。超级管理员可以查询某一用户在特定时间段内对系统进行操作的操作记录。、
-* 密码修改。
-
-
-
-## ✳️ 使用到的框架和库
-
-* Apache POI
-* MyBatis
-* Spring Framework
-* Spring MVC
-* Apache Shiro
-* Ehcache
-* Apache Commons
-* Log4j
-* Slf4j
-* Jackson
-* C3P0
-* Junit
-* MySQL-Connector
-* jQuery
-* Bootstrap
-## ✴️ 登陆系统方式
-用户ID : 1001
-密码 :123456
-
-加密代码
-```
-// 用户密码(wms_user.USER_PASSWORD)加密规则
-String tempStr = MD5Util.MD5("123456");// 第一次对密码进行加密
-String encryptPassword = MD5Util.MD5(tempStr + "1001");// 第二次对密码进行加密
-//存入数据库的加密密码
-System.out.println(encryptPassword);
-```
-新增用户默认密码为用户ID(比如新增一个用户ID为1012,密码也为1012)
-## 📚 JDK版本
-
-### jdk 1.8
-
-## 📚 数据库版本
-### MySQL 8.0+
-查看版本号命令如下:
-> MySQL> select version();
-
-## ⭐ 数据库关系图
-
-
-## 📚 部分截图
-
-
-
-
-
-
-
-
-
-## 📚 常见问题
-#### ①中文乱码
-
-解决方式:数据库连接后面加上编码方式jdbc.url = jdbc:mysql:///192.168.X.X:3306\WMS_DB?useUnicode=true&characterEncoding=utf8
-
-
-## 👍 支持
-
-- If the project is very helpful to you, you can buy the author a cup of coffee☕.
-- 如果这个项目对您有帮助,可以请作者喝杯咖啡哟☕
-
-|支付宝 | 微信|
-| :--------: | :--------:|
-| | |
\ No newline at end of file