diff --git a/停车场管理系统/README.md b/停车场管理系统/README.md
new file mode 100644
index 0000000..e69de29
diff --git a/停车场管理系统/backend/.idea/.gitignore b/停车场管理系统/backend/.idea/.gitignore
new file mode 100644
index 0000000..a7cdac7
--- /dev/null
+++ b/停车场管理系统/backend/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/停车场管理系统/backend/.idea/compiler.xml b/停车场管理系统/backend/.idea/compiler.xml
new file mode 100644
index 0000000..4515c1e
--- /dev/null
+++ b/停车场管理系统/backend/.idea/compiler.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/停车场管理系统/backend/.idea/dataSources.xml b/停车场管理系统/backend/.idea/dataSources.xml
new file mode 100644
index 0000000..b603727
--- /dev/null
+++ b/停车场管理系统/backend/.idea/dataSources.xml
@@ -0,0 +1,29 @@
+
+
+
+
+ mysql.8
+ true
+ true
+ $PROJECT_DIR$/src/main/resources/application.properties
+ com.mysql.cj.jdbc.Driver
+ jdbc:mysql://127.0.0.1:3306/car?serverTimezone=GMT
+
+
+
+ $ProjectFileDir$
+
+
+ mysql.8
+ true
+ com.mysql.cj.jdbc.Driver
+ jdbc:mysql://zj.bt.shuguangwl.com:3306/car
+
+
+
+
+
+ $ProjectFileDir$
+
+
+
\ No newline at end of file
diff --git a/停车场管理系统/backend/.idea/encodings.xml b/停车场管理系统/backend/.idea/encodings.xml
new file mode 100644
index 0000000..4140949
--- /dev/null
+++ b/停车场管理系统/backend/.idea/encodings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/停车场管理系统/backend/.idea/jarRepositories.xml b/停车场管理系统/backend/.idea/jarRepositories.xml
new file mode 100644
index 0000000..7292321
--- /dev/null
+++ b/停车场管理系统/backend/.idea/jarRepositories.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/停车场管理系统/backend/.idea/misc.xml b/停车场管理系统/backend/.idea/misc.xml
new file mode 100644
index 0000000..7748d59
--- /dev/null
+++ b/停车场管理系统/backend/.idea/misc.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/停车场管理系统/backend/.idea/sqldialects.xml b/停车场管理系统/backend/.idea/sqldialects.xml
new file mode 100644
index 0000000..bdcd84f
--- /dev/null
+++ b/停车场管理系统/backend/.idea/sqldialects.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/停车场管理系统/backend/.idea/uiDesigner.xml b/停车场管理系统/backend/.idea/uiDesigner.xml
new file mode 100644
index 0000000..6d50cd4
--- /dev/null
+++ b/停车场管理系统/backend/.idea/uiDesigner.xml
@@ -0,0 +1,124 @@
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/停车场管理系统/backend/.idea/vcs.xml b/停车场管理系统/backend/.idea/vcs.xml
new file mode 100644
index 0000000..c2365ab
--- /dev/null
+++ b/停车场管理系统/backend/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/停车场管理系统/backend/HELP.md b/停车场管理系统/backend/HELP.md
new file mode 100644
index 0000000..2d3cd74
--- /dev/null
+++ b/停车场管理系统/backend/HELP.md
@@ -0,0 +1,17 @@
+# Getting Started
+
+### Reference Documentation
+For further reference, please consider the following sections:
+
+* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
+* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.2.0/maven-plugin/reference/html/)
+* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.2.0/maven-plugin/reference/html/#build-image)
+* [Spring Web](https://docs.spring.io/spring-boot/docs/3.2.0/reference/htmlsingle/index.html#web)
+
+### Guides
+The following guides illustrate how to use some features concretely:
+
+* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
+* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
+* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
+
diff --git a/停车场管理系统/backend/src/main/resources/application.properties b/停车场管理系统/backend/src/main/resources/application.properties
new file mode 100644
index 0000000..a3ea8f2
--- /dev/null
+++ b/停车场管理系统/backend/src/main/resources/application.properties
@@ -0,0 +1,30 @@
+#spring boot??
+server.port=8888
+#??? 127.0.0.1?
+spring.datasource.url=jdbc:mysql://zj.bt.shuguangwl.com:3306/car?serverTimezone=GMT%2B8&characterEncoding=utf-8&useSSL=false
+#????
+spring.datasource.username=car
+#?????
+spring.datasource.password=123456
+#JDBC
+spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
+mybatis.mapper-locations=classpath:mapper/*.xml
+#MAIL??
+spring.mail.default-encoding= utf-8
+#mail.user= smtpdm.aliyun.com
+mail.user= shuguang@email.92wap.cn
+mail.password= LIUSHUguang520
+#smsbao.com?????
+smsbao.username=15829561090
+smsbao.password=13991564254
+# JWT ??
+# token ??
+jwt.header=Authorization
+# token ??
+jwt.tokenPrefix=Bearer
+# ????????
+jwt.secret=qwertyuiop1214156
+# token ????
+jwt.expireTime=2147483647
+
+
diff --git a/停车场管理系统/backend/target/.DS_Store b/停车场管理系统/backend/target/.DS_Store
new file mode 100644
index 0000000..1b144f3
Binary files /dev/null and b/停车场管理系统/backend/target/.DS_Store differ
diff --git a/停车场管理系统/backend/target/car-manage-0.0.1-SNAPSHOT.jar.original b/停车场管理系统/backend/target/car-manage-0.0.1-SNAPSHOT.jar.original
new file mode 100644
index 0000000..a76cbf4
Binary files /dev/null and b/停车场管理系统/backend/target/car-manage-0.0.1-SNAPSHOT.jar.original differ
diff --git a/停车场管理系统/backend/target/classes/application.properties b/停车场管理系统/backend/target/classes/application.properties
new file mode 100644
index 0000000..87a674b
--- /dev/null
+++ b/停车场管理系统/backend/target/classes/application.properties
@@ -0,0 +1,30 @@
+#spring boot??
+server.port=8899
+#??? 127.0.0.1?
+spring.datasource.url=jdbc:mysql://zj.bt.shuguangwl.com:3306/car?serverTimezone=GMT%2B8&characterEncoding=utf-8&useSSL=false
+#????
+spring.datasource.username=car
+#?????
+spring.datasource.password=123456
+#JDBC
+spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
+mybatis.mapper-locations=classpath:mapper/*.xml
+#MAIL??
+spring.mail.default-encoding= utf-8
+#mail.user= smtpdm.aliyun.com
+mail.user= shuguang@email.92wap.cn
+mail.password= LIUSHUguang520
+#smsbao.com?????
+smsbao.username=15829561090
+smsbao.password=13991564254
+# JWT ??
+# token ??
+jwt.header=Authorization
+# token ??
+jwt.tokenPrefix=Bearer
+# ????????
+jwt.secret=qwertyuiop1214156
+# token ????
+jwt.expireTime=2147483647
+
+
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/CarManagerApplication.class b/停车场管理系统/backend/target/classes/com/luozhihui/CarManagerApplication.class
new file mode 100644
index 0000000..6cbd3a1
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/CarManagerApplication.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/common/ApiResponse.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/common/ApiResponse.class
new file mode 100644
index 0000000..d435a18
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/common/ApiResponse.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/common/LoginResponse.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/common/LoginResponse.class
new file mode 100644
index 0000000..7a621fb
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/common/LoginResponse.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/common/SmsBaoConfig.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/common/SmsBaoConfig.class
new file mode 100644
index 0000000..0589534
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/common/SmsBaoConfig.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/common/totalResponse.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/common/totalResponse.class
new file mode 100644
index 0000000..db99faa
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/common/totalResponse.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/config/SwaggerConfig.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/config/SwaggerConfig.class
new file mode 100644
index 0000000..3c3fb2b
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/config/SwaggerConfig.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/AdminLoginController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/AdminLoginController.class
new file mode 100644
index 0000000..32f95ac
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/AdminLoginController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CarRentController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CarRentController.class
new file mode 100644
index 0000000..c60d6b5
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CarRentController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CarShowController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CarShowController.class
new file mode 100644
index 0000000..124c730
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CarShowController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CityController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CityController.class
new file mode 100644
index 0000000..a4a977b
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CityController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CommentController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CommentController.class
new file mode 100644
index 0000000..a7c81cc
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/CommentController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/ForumController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/ForumController.class
new file mode 100644
index 0000000..d600b66
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/ForumController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/GetCountController$1.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/GetCountController$1.class
new file mode 100644
index 0000000..9aa3b4c
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/GetCountController$1.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/GetCountController$2.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/GetCountController$2.class
new file mode 100644
index 0000000..187e112
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/GetCountController$2.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/GetCountController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/GetCountController.class
new file mode 100644
index 0000000..79c67b2
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/GetCountController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/ModeController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/ModeController.class
new file mode 100644
index 0000000..0e3b4fe
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/ModeController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/OrderMoneyController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/OrderMoneyController.class
new file mode 100644
index 0000000..2cbcda9
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/OrderMoneyController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/OrderShowController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/OrderShowController.class
new file mode 100644
index 0000000..7981fec
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/OrderShowController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/PactShowController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/PactShowController.class
new file mode 100644
index 0000000..d889721
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/PactShowController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/ParkingController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/ParkingController.class
new file mode 100644
index 0000000..2830cfc
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/ParkingController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/PhoneSendCodeController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/PhoneSendCodeController.class
new file mode 100644
index 0000000..ce92497
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/PhoneSendCodeController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/RepairShowController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/RepairShowController.class
new file mode 100644
index 0000000..12801bc
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/RepairShowController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserInfoController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserInfoController.class
new file mode 100644
index 0000000..1b2c965
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserInfoController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserLoginController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserLoginController.class
new file mode 100644
index 0000000..d0a3069
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserLoginController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserRegController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserRegController.class
new file mode 100644
index 0000000..24acad6
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserRegController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserShowController.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserShowController.class
new file mode 100644
index 0000000..c04914a
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/controller/UserShowController.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Admin.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Admin.class
new file mode 100644
index 0000000..5477a68
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Admin.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Brand.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Brand.class
new file mode 100644
index 0000000..4c3a5cc
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Brand.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Car.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Car.class
new file mode 100644
index 0000000..9388679
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Car.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Category.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Category.class
new file mode 100644
index 0000000..ef5f83e
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Category.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Comment.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Comment.class
new file mode 100644
index 0000000..f92790a
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Comment.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Mode.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Mode.class
new file mode 100644
index 0000000..f344927
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Mode.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Order.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Order.class
new file mode 100644
index 0000000..946378f
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Order.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Pact.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Pact.class
new file mode 100644
index 0000000..9cf5249
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Pact.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Parking.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Parking.class
new file mode 100644
index 0000000..189a5f1
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Parking.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Phone.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Phone.class
new file mode 100644
index 0000000..e29c586
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Phone.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Post.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Post.class
new file mode 100644
index 0000000..3e86e86
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Post.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Repair.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Repair.class
new file mode 100644
index 0000000..3a44c5e
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Repair.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Reply.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Reply.class
new file mode 100644
index 0000000..7705a2e
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/Reply.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/User.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/User.class
new file mode 100644
index 0000000..7f036e5
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/entity/User.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/AdminLoginMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/AdminLoginMapper.class
new file mode 100644
index 0000000..7c9e0c6
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/AdminLoginMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/BrandMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/BrandMapper.class
new file mode 100644
index 0000000..048b325
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/BrandMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CarRentMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CarRentMapper.class
new file mode 100644
index 0000000..5c18dce
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CarRentMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CarShowMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CarShowMapper.class
new file mode 100644
index 0000000..fb30c53
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CarShowMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CategoryMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CategoryMapper.class
new file mode 100644
index 0000000..d750082
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CategoryMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CommentMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CommentMapper.class
new file mode 100644
index 0000000..5292dfd
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/CommentMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/ModeMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/ModeMapper.class
new file mode 100644
index 0000000..2a6e3a3
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/ModeMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/OrderShowMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/OrderShowMapper.class
new file mode 100644
index 0000000..ae6ad95
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/OrderShowMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/PactShowMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/PactShowMapper.class
new file mode 100644
index 0000000..8b90f22
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/PactShowMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/ParkingMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/ParkingMapper.class
new file mode 100644
index 0000000..757979c
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/ParkingMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/PhoneMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/PhoneMapper.class
new file mode 100644
index 0000000..e6c0f75
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/PhoneMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/PostMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/PostMapper.class
new file mode 100644
index 0000000..30082a1
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/PostMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/RepairShowMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/RepairShowMapper.class
new file mode 100644
index 0000000..4e11067
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/RepairShowMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/ReplyMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/ReplyMapper.class
new file mode 100644
index 0000000..f6f7028
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/ReplyMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserInfoMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserInfoMapper.class
new file mode 100644
index 0000000..11b9884
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserInfoMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserLoginMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserLoginMapper.class
new file mode 100644
index 0000000..602c50d
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserLoginMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserRegMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserRegMapper.class
new file mode 100644
index 0000000..7430c13
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserRegMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserShowMapper.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserShowMapper.class
new file mode 100644
index 0000000..25287c0
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/mapper/UserShowMapper.class differ
diff --git a/停车场管理系统/backend/target/classes/com/luozhihui/project/util/JwtUtil.class b/停车场管理系统/backend/target/classes/com/luozhihui/project/util/JwtUtil.class
new file mode 100644
index 0000000..0da8ecf
Binary files /dev/null and b/停车场管理系统/backend/target/classes/com/luozhihui/project/util/JwtUtil.class differ
diff --git a/停车场管理系统/backend/target/demo-0.0.1-SNAPSHOT.jar.original b/停车场管理系统/backend/target/demo-0.0.1-SNAPSHOT.jar.original
new file mode 100644
index 0000000..7e3bf00
Binary files /dev/null and b/停车场管理系统/backend/target/demo-0.0.1-SNAPSHOT.jar.original differ
diff --git a/停车场管理系统/backend/target/maven-archiver/pom.properties b/停车场管理系统/backend/target/maven-archiver/pom.properties
new file mode 100644
index 0000000..bcf90fa
--- /dev/null
+++ b/停车场管理系统/backend/target/maven-archiver/pom.properties
@@ -0,0 +1,3 @@
+artifactId=car-manage
+groupId=com.example
+version=0.0.1-SNAPSHOT
diff --git a/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
new file mode 100644
index 0000000..0c251ac
--- /dev/null
+++ b/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
@@ -0,0 +1,59 @@
+com/luozhihui/project/common/LoginResponse.class
+com/luozhihui/project/controller/OrderMoneyController.class
+com/luozhihui/project/controller/CommentController.class
+com/luozhihui/project/entity/User.class
+com/luozhihui/project/mapper/RepairShowMapper.class
+com/luozhihui/project/entity/Post.class
+com/luozhihui/project/entity/Repair.class
+com/luozhihui/project/mapper/CommentMapper.class
+com/luozhihui/project/mapper/ReplyMapper.class
+com/luozhihui/project/config/SwaggerConfig.class
+com/luozhihui/project/controller/GetCountController$1.class
+com/luozhihui/project/controller/ModeController.class
+com/luozhihui/project/controller/GetCountController.class
+com/luozhihui/project/controller/PactShowController.class
+com/luozhihui/project/mapper/PostMapper.class
+com/luozhihui/project/mapper/PactShowMapper.class
+com/luozhihui/project/mapper/CarShowMapper.class
+com/luozhihui/project/controller/PhoneSendCodeController.class
+com/luozhihui/CarManagerApplication.class
+com/luozhihui/project/controller/RepairShowController.class
+com/luozhihui/project/common/SmsBaoConfig.class
+com/luozhihui/project/mapper/ModeMapper.class
+com/luozhihui/project/controller/ParkingController.class
+com/luozhihui/project/entity/Category.class
+com/luozhihui/project/controller/UserLoginController.class
+com/luozhihui/project/mapper/UserLoginMapper.class
+com/luozhihui/project/entity/Car.class
+com/luozhihui/project/mapper/CarRentMapper.class
+com/luozhihui/project/entity/Pact.class
+com/luozhihui/project/common/ApiResponse.class
+com/luozhihui/project/mapper/AdminLoginMapper.class
+com/luozhihui/project/mapper/UserInfoMapper.class
+com/luozhihui/project/mapper/PhoneMapper.class
+com/luozhihui/project/mapper/BrandMapper.class
+com/luozhihui/project/entity/Comment.class
+com/luozhihui/project/common/totalResponse.class
+com/luozhihui/project/entity/Admin.class
+com/luozhihui/project/controller/UserShowController.class
+com/luozhihui/project/mapper/ParkingMapper.class
+com/luozhihui/project/entity/Phone.class
+com/luozhihui/project/entity/Parking.class
+com/luozhihui/project/controller/CityController.class
+com/luozhihui/project/controller/OrderShowController.class
+com/luozhihui/project/entity/Mode.class
+com/luozhihui/project/mapper/CategoryMapper.class
+com/luozhihui/project/controller/UserInfoController.class
+com/luozhihui/project/controller/CarRentController.class
+com/luozhihui/project/entity/Order.class
+com/luozhihui/project/controller/CarShowController.class
+com/luozhihui/project/mapper/OrderShowMapper.class
+com/luozhihui/project/entity/Reply.class
+com/luozhihui/project/controller/ForumController.class
+com/luozhihui/project/controller/UserRegController.class
+com/luozhihui/project/entity/Brand.class
+com/luozhihui/project/mapper/UserRegMapper.class
+com/luozhihui/project/util/JwtUtil.class
+com/luozhihui/project/controller/AdminLoginController.class
+com/luozhihui/project/mapper/UserShowMapper.class
+com/luozhihui/project/controller/GetCountController$2.class
diff --git a/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
new file mode 100644
index 0000000..4d7a945
--- /dev/null
+++ b/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
@@ -0,0 +1,41 @@
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\UserinfoController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Upuserinfo.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\VideosController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\GetcommentController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Getcomment.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\CommentMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\UppwdController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\RegMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\User.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\NewsController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Userinfo.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\UserinfoMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\MailRequest.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\News.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\LikesMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\NewsMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\UserMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Uppwd.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\VideosMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\UppwdMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Forum.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\ForumController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\Demo7Application.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Videos.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Comment.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\PublishController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\UpuserinfoController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Likes.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\PublishMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\RegController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\ForumsController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\ForumMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\CommentController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\ForumsMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Reg.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Forums.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Publish.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\GetcommentMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\UpuserinfoMapper.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\UserController.java
+C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\LikesController.java
diff --git a/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
new file mode 100644
index 0000000..02debcc
--- /dev/null
+++ b/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
@@ -0,0 +1 @@
+com/luozhihui/project/CarManagerApplicationTests.class
diff --git a/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
new file mode 100644
index 0000000..82eb16e
--- /dev/null
+++ b/停车场管理系统/backend/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
@@ -0,0 +1 @@
+C:\Users\12705\Desktop\Java大作业\demo7\src\test\java\com\example\demo\Demo7ApplicationTests.java
diff --git a/停车场管理系统/backend/target/surefire-reports/TEST-com.example.demo.Demo7ApplicationTests.xml b/停车场管理系统/backend/target/surefire-reports/TEST-com.example.demo.Demo7ApplicationTests.xml
new file mode 100644
index 0000000..3554535
--- /dev/null
+++ b/停车场管理系统/backend/target/surefire-reports/TEST-com.example.demo.Demo7ApplicationTests.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/停车场管理系统/backend/target/surefire-reports/com.example.demo.Demo7ApplicationTests.txt b/停车场管理系统/backend/target/surefire-reports/com.example.demo.Demo7ApplicationTests.txt
new file mode 100644
index 0000000..5b2512f
--- /dev/null
+++ b/停车场管理系统/backend/target/surefire-reports/com.example.demo.Demo7ApplicationTests.txt
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------------------
+Test set: com.example.demo.Demo7ApplicationTests
+-------------------------------------------------------------------------------
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.829 s - in com.example.demo.Demo7ApplicationTests
diff --git a/停车场管理系统/backend/target/test-classes/com/liuyan/project/CarManagerApplicationTests.class b/停车场管理系统/backend/target/test-classes/com/liuyan/project/CarManagerApplicationTests.class
new file mode 100644
index 0000000..2ed47c0
Binary files /dev/null and b/停车场管理系统/backend/target/test-classes/com/liuyan/project/CarManagerApplicationTests.class differ
diff --git a/停车场管理系统/backend/target/test-classes/com/luozhihui/project/CarManagerApplicationTests.class b/停车场管理系统/backend/target/test-classes/com/luozhihui/project/CarManagerApplicationTests.class
new file mode 100644
index 0000000..52bcaa8
Binary files /dev/null and b/停车场管理系统/backend/target/test-classes/com/luozhihui/project/CarManagerApplicationTests.class differ
diff --git a/停车场管理系统/front b/停车场管理系统/front
new file mode 160000
index 0000000..7706568
--- /dev/null
+++ b/停车场管理系统/front
@@ -0,0 +1 @@
+Subproject commit 7706568d620b1a736af98ae9a3f951c338d9e2f6
diff --git a/停车场管理系统/front_admin b/停车场管理系统/front_admin
new file mode 160000
index 0000000..724ae96
--- /dev/null
+++ b/停车场管理系统/front_admin
@@ -0,0 +1 @@
+Subproject commit 724ae96a81d4ec97cde45a0bce7bc2209c6b1120