diff --git a/.idea/.gitignore b/.idea/.gitignore
index 35410ca..13566b8 100644
--- a/.idea/.gitignore
+++ b/.idea/.gitignore
@@ -1,7 +1,7 @@
-# 默认忽略的文件
+# Default ignored files
/shelf/
/workspace.xml
-# 基于编辑器的 HTTP 客户端请求
+# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
index 2f2fd3f..a7e41ca 100644
--- a/.idea/encodings.xml
+++ b/.idea/encodings.xml
@@ -1,6 +1,8 @@
+
+
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 82dbec8..a6f57cf 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -7,8 +7,7 @@
+
-
-
-
-
\ No newline at end of file
+
+
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 94a25f7..dcb6b8c 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,6 +1,6 @@
-
+
-
\ No newline at end of file
+
diff --git a/cloud-market-server/src/main/java/com/muyu/controller/MarketController.java b/cloud-market-server/src/main/java/com/muyu/controller/MarketController.java
new file mode 100644
index 0000000..1b0429d
--- /dev/null
+++ b/cloud-market-server/src/main/java/com/muyu/controller/MarketController.java
@@ -0,0 +1,13 @@
+package com.muyu.controller;
+
+/**
+ * @Author:ChenYan
+ * @Project:2112-cloud-market
+ * @Package:com.muyu.controller
+ * @Filename:MarketController
+ * @Description 接口
+ * @Date:2024/8/20 11:17
+ */
+
+public class MarketController {
+}