diff --git a/停车场管理系统源代码-作为小组/.gitignore b/停车场管理系统源代码/.gitignore similarity index 100% rename from 停车场管理系统源代码-作为小组/.gitignore rename to 停车场管理系统源代码/.gitignore diff --git a/停车场管理系统源代码-作为小组/pom.xml b/停车场管理系统源代码/pom.xml similarity index 100% rename from 停车场管理系统源代码-作为小组/pom.xml rename to 停车场管理系统源代码/pom.xml diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/AccountJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/AccountJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/AccountJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/AccountJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/IcCardJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/IcCardJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/IcCardJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/IcCardJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/ParkingRecordJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/ParkingRecordJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/ParkingRecordJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/ParkingRecordJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/ParkingSpotJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/ParkingSpotJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/ParkingSpotJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/ParkingSpotJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/UserJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/UserJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/UserJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/UserJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/JDBC/VehicleJDBC.java b/停车场管理系统源代码/src/main/java/JDBC/VehicleJDBC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/JDBC/VehicleJDBC.java rename to 停车场管理系统源代码/src/main/java/JDBC/VehicleJDBC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java b/停车场管理系统源代码/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java rename to 停车场管理系统源代码/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/Account.java b/停车场管理系统源代码/src/main/java/pojo/Account.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/Account.java rename to 停车场管理系统源代码/src/main/java/pojo/Account.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/IcCard.java b/停车场管理系统源代码/src/main/java/pojo/IcCard.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/IcCard.java rename to 停车场管理系统源代码/src/main/java/pojo/IcCard.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/ParkingRecord.java b/停车场管理系统源代码/src/main/java/pojo/ParkingRecord.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/ParkingRecord.java rename to 停车场管理系统源代码/src/main/java/pojo/ParkingRecord.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/ParkingSpot.java b/停车场管理系统源代码/src/main/java/pojo/ParkingSpot.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/ParkingSpot.java rename to 停车场管理系统源代码/src/main/java/pojo/ParkingSpot.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/User.java b/停车场管理系统源代码/src/main/java/pojo/User.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/User.java rename to 停车场管理系统源代码/src/main/java/pojo/User.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/pojo/Vehicle.java b/停车场管理系统源代码/src/main/java/pojo/Vehicle.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/pojo/Vehicle.java rename to 停车场管理系统源代码/src/main/java/pojo/Vehicle.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/AccountService.java b/停车场管理系统源代码/src/main/java/service/AccountService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/AccountService.java rename to 停车场管理系统源代码/src/main/java/service/AccountService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/IcCardService.java b/停车场管理系统源代码/src/main/java/service/IcCardService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/IcCardService.java rename to 停车场管理系统源代码/src/main/java/service/IcCardService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/ParkingRecordService.java b/停车场管理系统源代码/src/main/java/service/ParkingRecordService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/ParkingRecordService.java rename to 停车场管理系统源代码/src/main/java/service/ParkingRecordService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/ParkingSpotService.java b/停车场管理系统源代码/src/main/java/service/ParkingSpotService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/ParkingSpotService.java rename to 停车场管理系统源代码/src/main/java/service/ParkingSpotService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/UserService.java b/停车场管理系统源代码/src/main/java/service/UserService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/UserService.java rename to 停车场管理系统源代码/src/main/java/service/UserService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/service/VehicleService.java b/停车场管理系统源代码/src/main/java/service/VehicleService.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/service/VehicleService.java rename to 停车场管理系统源代码/src/main/java/service/VehicleService.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/IcCardRelated/get_IC.java b/停车场管理系统源代码/src/main/java/web/IcCardRelated/get_IC.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/IcCardRelated/get_IC.java rename to 停车场管理系统源代码/src/main/java/web/IcCardRelated/get_IC.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/SelectParkingRecordServlet.java b/停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/SelectParkingRecordServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/SelectParkingRecordServlet.java rename to 停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/SelectParkingRecordServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/UpdateRecordServlet.java b/停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/UpdateRecordServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/UpdateRecordServlet.java rename to 停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/UpdateRecordServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/get_record.java b/停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/get_record.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/get_record.java rename to 停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/get_record.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/sort_record.java b/停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/sort_record.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingRecordRelated/sort_record.java rename to 停车场管理系统源代码/src/main/java/web/ParkingRecordRelated/sort_record.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingSpotRelated/SpotStatusServlet.java b/停车场管理系统源代码/src/main/java/web/ParkingSpotRelated/SpotStatusServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingSpotRelated/SpotStatusServlet.java rename to 停车场管理系统源代码/src/main/java/web/ParkingSpotRelated/SpotStatusServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/ParkingSpotRelated/get_spot.java b/停车场管理系统源代码/src/main/java/web/ParkingSpotRelated/get_spot.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/ParkingSpotRelated/get_spot.java rename to 停车场管理系统源代码/src/main/java/web/ParkingSpotRelated/get_spot.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/CarServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/CarServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/CarServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/CarServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/ICServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/ICServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/ICServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/ICServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/OrderUserServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/OrderUserServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/OrderUserServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/OrderUserServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/ParkServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/ParkServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/ParkServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/ParkServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/UpdateServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/UpdateServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/UpdateServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/UpdateServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/deleteServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/deleteServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/deleteServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/deleteServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/get_user.java b/停车场管理系统源代码/src/main/java/web/UserRelated/get_user.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/get_user.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/get_user.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/login.java b/停车场管理系统源代码/src/main/java/web/UserRelated/login.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/login.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/login.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/selectUserServlet.java b/停车场管理系统源代码/src/main/java/web/UserRelated/selectUserServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/selectUserServlet.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/selectUserServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/update_user_Info.java b/停车场管理系统源代码/src/main/java/web/UserRelated/update_user_Info.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/UserRelated/update_user_Info.java rename to 停车场管理系统源代码/src/main/java/web/UserRelated/update_user_Info.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/RecoPlateServlet.java b/停车场管理系统源代码/src/main/java/web/VehicleRelated/RecoPlateServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/RecoPlateServlet.java rename to 停车场管理系统源代码/src/main/java/web/VehicleRelated/RecoPlateServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/SelectVehicleServlet.java b/停车场管理系统源代码/src/main/java/web/VehicleRelated/SelectVehicleServlet.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/SelectVehicleServlet.java rename to 停车场管理系统源代码/src/main/java/web/VehicleRelated/SelectVehicleServlet.java diff --git a/停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/get_car_Info.java b/停车场管理系统源代码/src/main/java/web/VehicleRelated/get_car_Info.java similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/java/web/VehicleRelated/get_car_Info.java rename to 停车场管理系统源代码/src/main/java/web/VehicleRelated/get_car_Info.java diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/WEB-INF/web.xml b/停车场管理系统源代码/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/WEB-INF/web.xml rename to 停车场管理系统源代码/src/main/webapp/WEB-INF/web.xml diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/index.jsp b/停车场管理系统源代码/src/main/webapp/index.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/index.jsp rename to 停车场管理系统源代码/src/main/webapp/index.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/CarInfo.jsp b/停车场管理系统源代码/src/main/webapp/main/UserToInfo/CarInfo.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/CarInfo.jsp rename to 停车场管理系统源代码/src/main/webapp/main/UserToInfo/CarInfo.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/ICInfo.jsp b/停车场管理系统源代码/src/main/webapp/main/UserToInfo/ICInfo.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/ICInfo.jsp rename to 停车场管理系统源代码/src/main/webapp/main/UserToInfo/ICInfo.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/parkInfo.jsp b/停车场管理系统源代码/src/main/webapp/main/UserToInfo/parkInfo.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/parkInfo.jsp rename to 停车场管理系统源代码/src/main/webapp/main/UserToInfo/parkInfo.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/updateUser.jsp b/停车场管理系统源代码/src/main/webapp/main/UserToInfo/updateUser.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/UserToInfo/updateUser.jsp rename to 停车场管理系统源代码/src/main/webapp/main/UserToInfo/updateUser.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminMain.jsp b/停车场管理系统源代码/src/main/webapp/main/admin/adminMain.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminMain.jsp rename to 停车场管理系统源代码/src/main/webapp/main/admin/adminMain.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminRecord.jsp b/停车场管理系统源代码/src/main/webapp/main/admin/adminRecord.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminRecord.jsp rename to 停车场管理系统源代码/src/main/webapp/main/admin/adminRecord.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminSpots.jsp b/停车场管理系统源代码/src/main/webapp/main/admin/adminSpots.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminSpots.jsp rename to 停车场管理系统源代码/src/main/webapp/main/admin/adminSpots.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminUser.jsp b/停车场管理系统源代码/src/main/webapp/main/admin/adminUser.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminUser.jsp rename to 停车场管理系统源代码/src/main/webapp/main/admin/adminUser.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminVehicle.jsp b/停车场管理系统源代码/src/main/webapp/main/admin/adminVehicle.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/admin/adminVehicle.jsp rename to 停车场管理系统源代码/src/main/webapp/main/admin/adminVehicle.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/Ic-card.jsp b/停车场管理系统源代码/src/main/webapp/main/user/Ic-card.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/Ic-card.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/Ic-card.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/car-Info.jsp b/停车场管理系统源代码/src/main/webapp/main/user/car-Info.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/car-Info.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/car-Info.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/parking_record.jsp b/停车场管理系统源代码/src/main/webapp/main/user/parking_record.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/parking_record.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/parking_record.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/parking_spot.jsp b/停车场管理系统源代码/src/main/webapp/main/user/parking_spot.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/parking_spot.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/parking_spot.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/update-Info.jsp b/停车场管理系统源代码/src/main/webapp/main/user/update-Info.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/update-Info.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/update-Info.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/main/user/user-Info.jsp b/停车场管理系统源代码/src/main/webapp/main/user/user-Info.jsp similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/main/user/user-Info.jsp rename to 停车场管理系统源代码/src/main/webapp/main/user/user-Info.jsp diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/IC-Info.css b/停车场管理系统源代码/src/main/webapp/static/css/IC-Info.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/IC-Info.css rename to 停车场管理系统源代码/src/main/webapp/static/css/IC-Info.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/car-Info.css b/停车场管理系统源代码/src/main/webapp/static/css/car-Info.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/car-Info.css rename to 停车场管理系统源代码/src/main/webapp/static/css/car-Info.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/enterScanStyle.css b/停车场管理系统源代码/src/main/webapp/static/css/enterScanStyle.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/enterScanStyle.css rename to 停车场管理系统源代码/src/main/webapp/static/css/enterScanStyle.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/mainTemplate.css b/停车场管理系统源代码/src/main/webapp/static/css/mainTemplate.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/mainTemplate.css rename to 停车场管理系统源代码/src/main/webapp/static/css/mainTemplate.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/parking-spot.css b/停车场管理系统源代码/src/main/webapp/static/css/parking-spot.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/parking-spot.css rename to 停车场管理系统源代码/src/main/webapp/static/css/parking-spot.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/parkingLotStyle.css b/停车场管理系统源代码/src/main/webapp/static/css/parkingLotStyle.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/parkingLotStyle.css rename to 停车场管理系统源代码/src/main/webapp/static/css/parkingLotStyle.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/spot-record.css b/停车场管理系统源代码/src/main/webapp/static/css/spot-record.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/spot-record.css rename to 停车场管理系统源代码/src/main/webapp/static/css/spot-record.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/update-user-Info.css b/停车场管理系统源代码/src/main/webapp/static/css/update-user-Info.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/update-user-Info.css rename to 停车场管理系统源代码/src/main/webapp/static/css/update-user-Info.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/user-Info.css b/停车场管理系统源代码/src/main/webapp/static/css/user-Info.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/user-Info.css rename to 停车场管理系统源代码/src/main/webapp/static/css/user-Info.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/css/vehicleStyle.css b/停车场管理系统源代码/src/main/webapp/static/css/vehicleStyle.css similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/css/vehicleStyle.css rename to 停车场管理系统源代码/src/main/webapp/static/css/vehicleStyle.css diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/images/empty.png b/停车场管理系统源代码/src/main/webapp/static/images/empty.png similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/images/empty.png rename to 停车场管理系统源代码/src/main/webapp/static/images/empty.png diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/images/full.png b/停车场管理系统源代码/src/main/webapp/static/images/full.png similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/images/full.png rename to 停车场管理系统源代码/src/main/webapp/static/images/full.png diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/images/logo.jpg b/停车场管理系统源代码/src/main/webapp/static/images/logo.jpg similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/images/logo.jpg rename to 停车场管理系统源代码/src/main/webapp/static/images/logo.jpg diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/images/none.png b/停车场管理系统源代码/src/main/webapp/static/images/none.png similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/images/none.png rename to 停车场管理系统源代码/src/main/webapp/static/images/none.png diff --git a/停车场管理系统源代码-作为小组/src/main/webapp/static/js/echarts.js b/停车场管理系统源代码/src/main/webapp/static/js/echarts.js similarity index 100% rename from 停车场管理系统源代码-作为小组/src/main/webapp/static/js/echarts.js rename to 停车场管理系统源代码/src/main/webapp/static/js/echarts.js