diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..35410ca
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/LabMS25-12B.iml b/.idea/LabMS25-12B.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/LabMS25-12B.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/commons_logging_1_1_1.xml b/.idea/libraries/commons_logging_1_1_1.xml
new file mode 100644
index 0000000..400063a
--- /dev/null
+++ b/.idea/libraries/commons_logging_1_1_1.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/lib.xml b/.idea/libraries/lib.xml
new file mode 100644
index 0000000..972a70c
--- /dev/null
+++ b/.idea/libraries/lib.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..0548357
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..24b23bc
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
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/equipment-MyBatisProject/equipment-MyBatisProject.iml b/equipment-MyBatisProject/equipment-MyBatisProject.iml
new file mode 100644
index 0000000..c90834f
--- /dev/null
+++ b/equipment-MyBatisProject/equipment-MyBatisProject.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/equipment-SpringMVCProject/equipment-SpringMVCProject.iml b/equipment-SpringMVCProject/equipment-SpringMVCProject.iml
new file mode 100644
index 0000000..c90834f
--- /dev/null
+++ b/equipment-SpringMVCProject/equipment-SpringMVCProject.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/equipment-SpringProject/equipment-SpringProject.iml b/equipment-SpringProject/equipment-SpringProject.iml
new file mode 100644
index 0000000..38a4178
--- /dev/null
+++ b/equipment-SpringProject/equipment-SpringProject.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/equipment/equipment.iml b/equipment/equipment.iml
new file mode 100644
index 0000000..fb8e866
--- /dev/null
+++ b/equipment/equipment.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/out/production/equipment-SpringProject/bean-first.xml b/out/production/equipment-SpringProject/bean-first.xml
new file mode 100644
index 0000000..8dd278e
--- /dev/null
+++ b/out/production/equipment-SpringProject/bean-first.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/out/production/equipment-SpringProject/com/ssm/first/TestFirst.class b/out/production/equipment-SpringProject/com/ssm/first/TestFirst.class
new file mode 100644
index 0000000..0179f2b
Binary files /dev/null and b/out/production/equipment-SpringProject/com/ssm/first/TestFirst.class differ
diff --git a/out/production/equipment-SpringProject/libs/commons-logging-1.1.1.jar b/out/production/equipment-SpringProject/libs/commons-logging-1.1.1.jar
new file mode 100644
index 0000000..8758a96
Binary files /dev/null and b/out/production/equipment-SpringProject/libs/commons-logging-1.1.1.jar differ
diff --git a/out/production/equipment-SpringProject/libs/spring-beans-5.1.6.RELEASE.jar b/out/production/equipment-SpringProject/libs/spring-beans-5.1.6.RELEASE.jar
new file mode 100644
index 0000000..39813b2
Binary files /dev/null and b/out/production/equipment-SpringProject/libs/spring-beans-5.1.6.RELEASE.jar differ
diff --git a/out/production/equipment-SpringProject/libs/spring-context-5.1.6.RELEASE.jar b/out/production/equipment-SpringProject/libs/spring-context-5.1.6.RELEASE.jar
new file mode 100644
index 0000000..5165820
Binary files /dev/null and b/out/production/equipment-SpringProject/libs/spring-context-5.1.6.RELEASE.jar differ
diff --git a/out/production/equipment-SpringProject/libs/spring-core-5.1.6.RELEASE.jar b/out/production/equipment-SpringProject/libs/spring-core-5.1.6.RELEASE.jar
new file mode 100644
index 0000000..5522cf3
Binary files /dev/null and b/out/production/equipment-SpringProject/libs/spring-core-5.1.6.RELEASE.jar differ
diff --git a/out/production/equipment-SpringProject/libs/spring-expression-5.1.6.RELEASE.jar b/out/production/equipment-SpringProject/libs/spring-expression-5.1.6.RELEASE.jar
new file mode 100644
index 0000000..cdc7956
Binary files /dev/null and b/out/production/equipment-SpringProject/libs/spring-expression-5.1.6.RELEASE.jar differ