From 7eae4a022fb38306075782b01f6a20fad0a3a48b Mon Sep 17 00:00:00 2001
From: Aug <17674666882@163.com>
Date: Tue, 3 Dec 2024 18:26:30 +0800
Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=8E=A5=E5=8F=A3=E6=B7=BB=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/workspace.xml | 2047 ++------------------
README.md | 2 +-
admin-hanhai-vue/.env | 2 +-
admin-hanhai-vue/.env.development | 2 +-
admin-hanhai-vue/.env.production | 2 +-
admin-hanhai-vue/public/index.html | 4 +-
.../src/components/layouts/TabLayout.vue | 2 +-
.../src/components/layouts/UserLayout.vue | 2 +-
.../src/components/page/GlobalHeader.vue | 4 +-
admin-hanhai-vue/src/components/tools/Logo.vue | 2 +-
.../controller/CarrentCarController.java | 2 +-
.../modules/carrentCar/entity/CarrentCar.java | 96 +-
.../carrentCar/mapper/CarrentCarMapper.java | 2 +-
.../carrentCar/service/ICarrentCarService.java | 2 +-
.../service/impl/CarrentCarServiceImpl.java | 2 +-
.../modules/carrentCar/vue/CarrentCarList.vue | 95 +-
.../carrentCar/vue/modules/CarrentCarForm.vue | 64 +-
.../modules/carrentCar/vue3/CarrentCar.data.ts | 162 +-
.../controller/CarrentCompanyController.java | 2 +-
.../carrentCompany/entity/CarrentCompany.java | 22 +-
.../mapper/CarrentCompanyMapper.java | 2 +-
.../service/ICarrentCompanyService.java | 2 +-
.../service/impl/CarrentCompanyServiceImpl.java | 2 +-
.../carrentCompany/vue/CarrentCompanyList.vue | 22 +-
.../vue/modules/CarrentCompanyForm.vue | 17 +-
.../carrentCompany/vue3/CarrentCompany.data.ts | 34 +-
.../controller/CarrentOrderController.java | 2 +-
.../modules/carrentOrder/entity/CarrentOrder.java | 33 +-
.../carrentOrder/mapper/CarrentOrderMapper.java | 2 +-
.../carrentOrder/service/ICarrentOrderService.java | 2 +-
.../service/impl/CarrentOrderServiceImpl.java | 2 +-
.../modules/carrentOrder/vue/CarrentOrderList.vue | 16 +-
.../carrentOrder/vue/modules/CarrentOrderForm.vue | 14 +-
.../modules/carrentOrder/vue3/CarrentOrder.data.ts | 23 +-
jeecg-boot-module-system/pom.xml | 1 +
.../api/carrentController/CarController.java | 6 +-
.../api/carrentController/CompanyController.java | 13 +-
.../api/carrentController/OrderController.java | 13 +-
.../api/carrentController/UserController.java | 20 +
.../java/org/jeecg/modules/apiBean/CarBean.java | 33 +-
.../org/jeecg/modules/apiBean/CompanyBean.java | 20 +-
.../java/org/jeecg/modules/apiBean/OrderBean.java | 33 +-
.../java/org/jeecg/modules/apiBean/UserBean.java | 6 +
.../org/jeecg/modules/apiService/OrderService.java | 16 +-
.../org/jeecg/modules/apiService/UserService.java | 7 +
.../modules/apiService/impl/CarServiceImpl.java | 16 +-
.../modules/apiService/impl/OrderServiceImpl.java | 54 +-
.../modules/apiService/impl/UserServiceImpl.java | 28 +
.../src/main/resources/application-dev.yml | 4 +-
.../generic/web/locale/zh-CN/viewer.properties | 2 +-
50 files changed, 808 insertions(+), 2155 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 090aa3f..c94fe0a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,1829 +1,86 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1835,6 +92,11 @@
+
+
+
+
+
@@ -1862,6 +124,14 @@
+
+
+
+
+
+
+
+
@@ -1897,60 +167,161 @@
1731381532980
-
+
+
+
+
+
+ 1731385713383
+
+
+
+ 1731385713383
+
+ 1731396425048
+
+
+
+ 1731396425048
+
+
+ 1731396587590
+
+
+
+ 1731396587590
+
+
+ 1731408496946
+
+
+
+ 1731408496946
+
+
+ 1733219056792
+
+
+
+ 1733219056792
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
\ No newline at end of file
diff --git a/README.md b/README.md
index d05897c..2057b28 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
# carrent-admin
-环卫车小程序后台代码
\ No newline at end of file
+老环卫后台代码
\ No newline at end of file
diff --git a/admin-hanhai-vue/.env b/admin-hanhai-vue/.env
index 271b29f..6d4f6a9 100644
--- a/admin-hanhai-vue/.env
+++ b/admin-hanhai-vue/.env
@@ -1,5 +1,5 @@
NODE_ENV=production
-VUE_APP_PLATFORM_NAME=环卫车小程序
+VUE_APP_PLATFORM_NAME=老环卫
# 开启单点登录
VUE_APP_SSO=false
# 开启微应用模式
diff --git a/admin-hanhai-vue/.env.development b/admin-hanhai-vue/.env.development
index 82d28e3..6055b65 100644
--- a/admin-hanhai-vue/.env.development
+++ b/admin-hanhai-vue/.env.development
@@ -1,5 +1,5 @@
NODE_ENV=development
-VUE_APP_API_BASE_URL=http://localhost:8000/carrent-admin-api/
+VUE_APP_API_BASE_URL=http://localhost:8003/carrent-admin/
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
diff --git a/admin-hanhai-vue/.env.production b/admin-hanhai-vue/.env.production
index ed3fd33..a5aae84 100644
--- a/admin-hanhai-vue/.env.production
+++ b/admin-hanhai-vue/.env.production
@@ -1,4 +1,4 @@
NODE_ENV=production
-VUE_APP_API_BASE_URL=http://localhost:8000/carrent-admin-api/
+VUE_APP_API_BASE_URL=http://localhost:8003/carrent-admin/
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
\ No newline at end of file
diff --git a/admin-hanhai-vue/public/index.html b/admin-hanhai-vue/public/index.html
index c33bf09..c405084 100644
--- a/admin-hanhai-vue/public/index.html
+++ b/admin-hanhai-vue/public/index.html
@@ -5,7 +5,7 @@
-
环卫车小程序
+ 老环卫