From a948bf26ca02fbbf4f9aed041d3dca676ae2065f Mon Sep 17 00:00:00 2001
From: Aug <17674666882@163.com>
Date: Tue, 17 Dec 2024 16:21:18 +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/uiDesigner.xml | 124 +++++++++
.idea/workspace.xml | 309 ++++++++++++++++-----
.../controller/CarrentApplyController.java} | 84 +++---
.../modules/carrentApply/entity/CarrentApply.java | 86 ++++++
.../carrentApply/mapper/CarrentApplyMapper.java | 17 ++
.../mapper/xml/CarrentApplyMapper.xml} | 2 +-
.../carrentApply/service/ICarrentApplyService.java | 14 +
.../service/impl/CarrentApplyServiceImpl.java | 19 ++
.../modules/carrentApply/vue/CarrentApplyList.vue | 217 +++++++++++++++
.../carrentApply/vue/modules/CarrentApplyForm.vue | 139 +++++++++
.../modules/CarrentApplyModal.Style#Drawer.vue} | 8 +-
.../vue/modules/CarrentApplyModal.vue} | 8 +-
.../vue3/CarrentApply.api.ts} | 14 +-
.../modules/carrentApply/vue3/CarrentApply.data.ts | 102 +++++++
.../vue3/CarrentApplyList.vue} | 14 +-
.../vue3/components/CarrentApplyModal.vue} | 4 +-
.../carrentArea/mapper/CarrentAreaMapper.java | 17 --
.../carrentArea/service/ICarrentAreaService.java | 14 -
.../service/impl/CarrentAreaServiceImpl.java | 19 --
.../carrentCar/mapper/CarrentCarMapper.java | 17 --
.../carrentCar/service/ICarrentCarService.java | 14 -
.../service/impl/CarrentCarServiceImpl.java | 19 --
.../mapper/CarrentCategoryMapper.java | 17 --
.../service/ICarrentCategoryService.java | 14 -
.../service/impl/CarrentCategoryServiceImpl.java | 19 --
.../controller/CarrentCategoryoneController.java} | 84 +++---
.../entity/CarrentCategoryone.java} | 26 +-
.../mapper/CarrentCategoryoneMapper.java | 17 ++
.../mapper/xml/CarrentCategoryoneMapper.xml} | 2 +-
.../service/ICarrentCategoryoneService.java | 14 +
.../impl/CarrentCategoryoneServiceImpl.java | 19 ++
.../vue/CarrentCategoryoneList.vue} | 26 +-
.../vue/modules/CarrentCategoryoneForm.vue} | 12 +-
.../CarrentCategoryoneModal.Style#Drawer.vue} | 8 +-
.../vue/modules/CarrentCategoryoneModal.vue} | 8 +-
.../vue3/CarrentCategoryone.api.ts} | 14 +-
.../vue3/CarrentCategoryone.data.ts} | 4 +-
.../vue3/CarrentCategoryoneList.vue} | 14 +-
.../vue3/components/CarrentCategoryoneModal.vue} | 4 +-
.../controller/CarrentCategorytwoController.java | 171 ++++++++++++
.../entity/CarrentCategorytwo.java} | 29 +-
.../mapper/CarrentCategorytwoMapper.java | 17 ++
.../mapper/xml/CarrentCategorytwoMapper.xml | 5 +
.../service/ICarrentCategorytwoService.java | 14 +
.../impl/CarrentCategorytwoServiceImpl.java | 19 ++
.../vue/CarrentCategorytwoList.vue} | 35 ++-
.../vue/modules/CarrentCategorytwoForm.vue} | 16 +-
.../CarrentCategorytwoModal.Style#Drawer.vue | 84 ++++++
.../vue/modules/CarrentCategorytwoModal.vue | 60 ++++
.../vue3/CarrentCategorytwo.api.ts | 61 ++++
.../vue3/CarrentCategorytwo.data.ts} | 21 +-
.../vue3/CarrentCategorytwoList.vue | 162 +++++++++++
.../vue3/components/CarrentCategorytwoModal.vue | 58 ++++
.../mapper/CarrentComponentMapper.java | 17 --
.../service/ICarrentComponentService.java | 14 -
.../service/impl/CarrentComponentServiceImpl.java | 19 --
.../controller/CarrentConfigController.java} | 84 +++---
.../entity/CarrentConfig.java} | 28 +-
.../carrentConfig/mapper/CarrentConfigMapper.java | 17 ++
.../mapper/xml/CarrentConfigMapper.xml} | 2 +-
.../service/ICarrentConfigService.java | 14 +
.../service/impl/CarrentConfigServiceImpl.java | 19 ++
.../vue/CarrentConfigList.vue} | 40 +--
.../vue/modules/CarrentConfigForm.vue} | 22 +-
.../modules/CarrentConfigModal.Style#Drawer.vue} | 8 +-
.../vue/modules/CarrentConfigModal.vue} | 8 +-
.../vue3/CarrentConfig.api.ts} | 14 +-
.../vue3/CarrentConfig.data.ts} | 28 +-
.../vue3/CarrentConfigList.vue} | 14 +-
.../vue3/components/CarrentConfigModal.vue} | 4 +-
.../controller/CarrentGoodsController.java} | 84 +++---
.../entity/CarrentGoods.java} | 87 +++---
.../carrentGoods/mapper/CarrentGoodsMapper.java | 17 ++
.../mapper/xml/CarrentGoodsMapper.xml} | 2 +-
.../carrentGoods/service/ICarrentGoodsService.java | 14 +
.../service/impl/CarrentGoodsServiceImpl.java | 19 ++
.../vue/CarrentGoodsList.vue} | 109 +++++---
.../vue/modules/CarrentGoodsForm.vue} | 73 +++--
.../modules/CarrentGoodsModal.Style#Drawer.vue} | 8 +-
.../vue/modules/CarrentGoodsModal.vue} | 8 +-
.../vue3/CarrentGoods.api.ts} | 14 +-
.../vue3/CarrentGoods.data.ts} | 146 ++++++----
.../vue3/CarrentGoodsList.vue} | 14 +-
.../vue3/components/CarrentGoodsModal.vue} | 4 +-
.../mapper/CarrentMileageMapper.java | 17 --
.../service/ICarrentMileageService.java | 14 -
.../service/impl/CarrentMileageServiceImpl.java | 19 --
.../controller/CarrentNewsController.java | 2 +-
.../modules/carrentNews/entity/CarrentNews.java | 10 +-
.../carrentNews/mapper/CarrentNewsMapper.java | 2 +-
.../carrentNews/service/ICarrentNewsService.java | 2 +-
.../service/impl/CarrentNewsServiceImpl.java | 2 +-
.../modules/carrentNews/vue/CarrentNewsList.vue | 16 +-
.../carrentNews/vue/modules/CarrentNewsForm.vue | 12 +-
.../modules/carrentNews/vue3/CarrentNews.data.ts | 28 +-
.../controller/CarrentOrderController.java | 2 +-
.../modules/carrentOrder/entity/CarrentOrder.java | 22 +-
.../carrentOrder/mapper/CarrentOrderMapper.java | 2 +-
.../carrentOrder/service/ICarrentOrderService.java | 2 +-
.../service/impl/CarrentOrderServiceImpl.java | 2 +-
.../modules/carrentOrder/vue/CarrentOrderList.vue | 8 +-
.../carrentOrder/vue/modules/CarrentOrderForm.vue | 8 +-
.../modules/carrentOrder/vue3/CarrentOrder.data.ts | 10 +-
.../controller/CarrentTypeController.java} | 84 +++---
.../entity/CarrentType.java} | 18 +-
.../carrentType/mapper/CarrentTypeMapper.java | 17 ++
.../mapper/xml/CarrentTypeMapper.xml} | 2 +-
.../carrentType/service/ICarrentTypeService.java | 14 +
.../service/impl/CarrentTypeServiceImpl.java | 19 ++
.../vue/CarrentTypeList.vue} | 26 +-
.../vue/modules/CarrentTypeForm.vue} | 12 +-
.../vue/modules/CarrentTypeModal.Style#Drawer.vue} | 8 +-
.../vue/modules/CarrentTypeModal.vue} | 8 +-
.../vue3/CarrentType.api.ts} | 14 +-
.../vue3/CarrentType.data.ts} | 4 +-
.../vue3/CarrentTypeList.vue} | 14 +-
.../vue3/components/CarrentTypeModal.vue} | 4 +-
.../api/carrentController/ApplyController.java | 61 ++++
.../api/carrentController/BannerController.java | 32 +++
.../api/carrentController/CarController.java | 38 ---
.../api/carrentController/CompanyController.java | 5 +-
.../api/carrentController/ConfigController.java | 75 +++++
.../api/carrentController/GoodsController.java | 82 ++++++
.../api/carrentController/LoginApiController.java | 28 +-
.../api/carrentController/NewsController.java | 1 -
.../api/carrentController/OrderController.java | 19 +-
.../api/carrentController/UserController.java | 13 +-
.../java/org/jeecg/modules/apiBean/CarBean.java | 38 ---
.../java/org/jeecg/modules/apiBean/OrderBean.java | 38 ---
.../org/jeecg/modules/apiService/ApplyService.java | 26 ++
.../jeecg/modules/apiService/BannerService.java | 15 +
.../org/jeecg/modules/apiService/CarService.java | 24 --
.../jeecg/modules/apiService/CompanyService.java | 5 +-
.../jeecg/modules/apiService/ConfigService.java | 57 ++++
.../org/jeecg/modules/apiService/GoodsService.java | 33 +++
.../org/jeecg/modules/apiService/OrderService.java | 7 -
.../org/jeecg/modules/apiService/UserService.java | 10 +-
.../modules/apiService/impl/ApplyServiceImpl.java | 94 +++++++
.../modules/apiService/impl/BannerServiceImpl.java | 54 ++++
.../modules/apiService/impl/CarServiceImpl.java | 107 -------
.../apiService/impl/CompanyServiceImpl.java | 11 +-
.../modules/apiService/impl/ConfigServiceImpl.java | 297 ++++++++++++++++++++
.../modules/apiService/impl/GoodsServiceImpl.java | 149 ++++++++++
.../modules/apiService/impl/NewsServiceImpl.java | 3 -
.../modules/apiService/impl/OrderServiceImpl.java | 23 +-
.../modules/apiService/impl/UserServiceImpl.java | 24 +-
146 files changed, 3744 insertions(+), 1315 deletions(-)
create mode 100644 .idea/uiDesigner.xml
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/controller/CarrentCategoryController.java => carrentApply/controller/CarrentApplyController.java} (56%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/entity/CarrentApply.java
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/CarrentApplyMapper.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/mapper/xml/CarrentAreaMapper.xml => carrentApply/mapper/xml/CarrentApplyMapper.xml} (62%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/ICarrentApplyService.java
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/impl/CarrentApplyServiceImpl.java
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/CarrentApplyList.vue
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyForm.vue
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/vue/modules/CarrentAreaModal.Style#Drawer.vue => carrentApply/vue/modules/CarrentApplyModal.Style#Drawer.vue} (87%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/vue/modules/CarrentAreaModal.vue => carrentApply/vue/modules/CarrentApplyModal.vue} (82%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/vue3/CarrentCar.api.ts => carrentApply/vue3/CarrentApply.api.ts} (76%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue3/CarrentApply.data.ts
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/vue3/CarrentCarList.vue => carrentApply/vue3/CarrentApplyList.vue} (91%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/vue3/components/CarrentCarModal.vue => carrentApply/vue3/components/CarrentApplyModal.vue} (94%)
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentArea/mapper/CarrentAreaMapper.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentArea/service/ICarrentAreaService.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentArea/service/impl/CarrentAreaServiceImpl.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCar/mapper/CarrentCarMapper.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCar/service/ICarrentCarService.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCar/service/impl/CarrentCarServiceImpl.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategory/mapper/CarrentCategoryMapper.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategory/service/ICarrentCategoryService.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategory/service/impl/CarrentCategoryServiceImpl.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/controller/CarrentComponentController.java => carrentCategoryone/controller/CarrentCategoryoneController.java} (53%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/entity/CarrentComponent.java => carrentCategoryone/entity/CarrentCategoryone.java} (67%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategoryone/mapper/CarrentCategoryoneMapper.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/mapper/xml/CarrentComponentMapper.xml => carrentCategoryone/mapper/xml/CarrentCategoryoneMapper.xml} (59%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategoryone/service/ICarrentCategoryoneService.java
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategoryone/service/impl/CarrentCategoryoneServiceImpl.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/vue/CarrentComponentList.vue => carrentCategoryone/vue/CarrentCategoryoneList.vue} (85%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/vue/modules/CarrentComponentForm.vue => carrentCategoryone/vue/modules/CarrentCategoryoneForm.vue} (85%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/vue/modules/CarrentComponentModal.Style#Drawer.vue => carrentCategoryone/vue/modules/CarrentCategoryoneModal.Style#Drawer.vue} (85%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/vue/modules/CarrentComponentModal.vue => carrentCategoryone/vue/modules/CarrentCategoryoneModal.vue} (80%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/vue3/CarrentComponent.api.ts => carrentCategoryone/vue3/CarrentCategoryone.api.ts} (72%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/vue3/CarrentComponent.data.ts => carrentCategoryone/vue3/CarrentCategoryone.data.ts} (88%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/vue3/CarrentComponentList.vue => carrentCategoryone/vue3/CarrentCategoryoneList.vue} (90%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentComponent/vue3/components/CarrentComponentModal.vue => carrentCategoryone/vue3/components/CarrentCategoryoneModal.vue} (93%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategorytwo/controller/CarrentCategorytwoController.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/entity/CarrentMileage.java => carrentCategorytwo/entity/CarrentCategorytwo.java} (64%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategorytwo/mapper/CarrentCategorytwoMapper.java
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategorytwo/mapper/xml/CarrentCategorytwoMapper.xml
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategorytwo/service/ICarrentCategorytwoService.java
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategorytwo/service/impl/CarrentCategorytwoServiceImpl.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/vue/CarrentAreaList.vue => carrentCategorytwo/vue/CarrentCategorytwoList.vue} (80%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/vue/modules/CarrentMileageForm.vue => carrentCategorytwo/vue/modules/CarrentCategorytwoForm.vue} (75%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategorytwo/vue/modules/CarrentCategorytwoModal.Style#Drawer.vue
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategorytwo/vue/modules/CarrentCategorytwoModal.vue
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategorytwo/vue3/CarrentCategorytwo.api.ts
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/vue3/CarrentMileage.data.ts => carrentCategorytwo/vue3/CarrentCategorytwo.data.ts} (58%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategorytwo/vue3/CarrentCategorytwoList.vue
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategorytwo/vue3/components/CarrentCategorytwoModal.vue
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentComponent/mapper/CarrentComponentMapper.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentComponent/service/ICarrentComponentService.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentComponent/service/impl/CarrentComponentServiceImpl.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/controller/CarrentMileageController.java => carrentConfig/controller/CarrentConfigController.java} (55%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/entity/CarrentArea.java => carrentConfig/entity/CarrentConfig.java} (66%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentConfig/mapper/CarrentConfigMapper.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/mapper/xml/CarrentMileageMapper.xml => carrentConfig/mapper/xml/CarrentConfigMapper.xml} (61%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentConfig/service/ICarrentConfigService.java
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentConfig/service/impl/CarrentConfigServiceImpl.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/vue/CarrentMileageList.vue => carrentConfig/vue/CarrentConfigList.vue} (80%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/vue/modules/CarrentAreaForm.vue => carrentConfig/vue/modules/CarrentConfigForm.vue} (69%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/vue/modules/CarrentMileageModal.Style#Drawer.vue => carrentConfig/vue/modules/CarrentConfigModal.Style#Drawer.vue} (86%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/vue/modules/CarrentMileageModal.vue => carrentConfig/vue/modules/CarrentConfigModal.vue} (81%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/vue3/CarrentMileage.api.ts => carrentConfig/vue3/CarrentConfig.api.ts} (75%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/vue3/CarrentArea.data.ts => carrentConfig/vue3/CarrentConfig.data.ts} (50%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/vue3/CarrentCategoryList.vue => carrentConfig/vue3/CarrentConfigList.vue} (91%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/vue3/components/CarrentMileageModal.vue => carrentConfig/vue3/components/CarrentConfigModal.vue} (93%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/controller/CarrentCarController.java => carrentGoods/controller/CarrentGoodsController.java} (57%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/entity/CarrentCar.java => carrentGoods/entity/CarrentGoods.java} (57%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/mapper/CarrentGoodsMapper.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/mapper/xml/CarrentCategoryMapper.xml => carrentGoods/mapper/xml/CarrentGoodsMapper.xml} (61%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/service/ICarrentGoodsService.java
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/service/impl/CarrentGoodsServiceImpl.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/vue/CarrentCarList.vue => carrentGoods/vue/CarrentGoodsList.vue} (70%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/vue/modules/CarrentCarForm.vue => carrentGoods/vue/modules/CarrentGoodsForm.vue} (60%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/vue/modules/CarrentCategoryModal.Style#Drawer.vue => carrentGoods/vue/modules/CarrentGoodsModal.Style#Drawer.vue} (86%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/vue/modules/CarrentCategoryModal.vue => carrentGoods/vue/modules/CarrentGoodsModal.vue} (81%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/vue3/CarrentCategory.api.ts => carrentGoods/vue3/CarrentGoods.api.ts} (74%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/vue3/CarrentCar.data.ts => carrentGoods/vue3/CarrentGoods.data.ts} (57%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentMileage/vue3/CarrentMileageList.vue => carrentGoods/vue3/CarrentGoodsList.vue} (91%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/vue3/components/CarrentCategoryModal.vue => carrentGoods/vue3/components/CarrentGoodsModal.vue} (93%)
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentMileage/mapper/CarrentMileageMapper.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentMileage/service/ICarrentMileageService.java
delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentMileage/service/impl/CarrentMileageServiceImpl.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/controller/CarrentAreaController.java => carrentType/controller/CarrentTypeController.java} (58%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/entity/CarrentCategory.java => carrentType/entity/CarrentType.java} (79%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentType/mapper/CarrentTypeMapper.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/mapper/xml/CarrentCarMapper.xml => carrentType/mapper/xml/CarrentTypeMapper.xml} (63%)
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentType/service/ICarrentTypeService.java
create mode 100644 jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentType/service/impl/CarrentTypeServiceImpl.java
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/vue/CarrentCategoryList.vue => carrentType/vue/CarrentTypeList.vue} (86%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/vue/modules/CarrentCategoryForm.vue => carrentType/vue/modules/CarrentTypeForm.vue} (88%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/vue/modules/CarrentCarModal.Style#Drawer.vue => carrentType/vue/modules/CarrentTypeModal.Style#Drawer.vue} (87%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCar/vue/modules/CarrentCarModal.vue => carrentType/vue/modules/CarrentTypeModal.vue} (82%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/vue3/CarrentArea.api.ts => carrentType/vue3/CarrentType.api.ts} (77%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentCategory/vue3/CarrentCategory.data.ts => carrentType/vue3/CarrentType.data.ts} (90%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/vue3/CarrentAreaList.vue => carrentType/vue3/CarrentTypeList.vue} (91%)
rename jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/{carrentArea/vue3/components/CarrentAreaModal.vue => carrentType/vue3/components/CarrentTypeModal.vue} (94%)
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/ApplyController.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/BannerController.java
delete mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/CarController.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/ConfigController.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/GoodsController.java
delete mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiBean/CarBean.java
delete mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiBean/OrderBean.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/ApplyService.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/BannerService.java
delete mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/CarService.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/ConfigService.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/GoodsService.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/ApplyServiceImpl.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/BannerServiceImpl.java
delete mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/CarServiceImpl.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/ConfigServiceImpl.java
create mode 100644 jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/GoodsServiceImpl.java
diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml
new file mode 100644
index 0000000..e96534f
--- /dev/null
+++ b/.idea/uiDesigner.xml
@@ -0,0 +1,124 @@
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c94fe0a..0aa1bbe 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,34 +1,131 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -37,22 +134,23 @@
-
-
+
+
+
-
-
-
-
+
+
+
+
-
+
+
+
-
-
@@ -115,6 +213,7 @@
+
@@ -129,10 +228,14 @@
-
+
+
+
+
+
-
+
@@ -151,9 +254,20 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -169,7 +283,9 @@
1731381532980
-
+
+
+
1731385713383
@@ -206,7 +322,28 @@
1733219056792
-
+
+ 1733221539299
+
+
+
+ 1733221539299
+
+
+ 1733221591234
+
+
+
+ 1733221591234
+
+
+ 1733880722458
+
+
+
+ 1733880722458
+
+
@@ -232,96 +369,118 @@
-
+
+
+
+
-
+
-
+
-
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+ file://$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/ConfigServiceImpl.java
+ 206
+
+
+
+
\ No newline at end of file
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategory/controller/CarrentCategoryController.java b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/controller/CarrentApplyController.java
similarity index 56%
rename from jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategory/controller/CarrentCategoryController.java
rename to jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/controller/CarrentApplyController.java
index f447d93..1148d8e 100644
--- a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentCategory/controller/CarrentCategoryController.java
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/controller/CarrentApplyController.java
@@ -1,4 +1,4 @@
-package org.jeecg.modules.carrentCategory.controller;
+package org.jeecg.modules.carrentApply.controller;
import java.util.Arrays;
import java.util.List;
@@ -12,8 +12,8 @@ import javax.servlet.http.HttpServletResponse;
import org.jeecg.common.api.vo.Result;
import org.jeecg.common.system.query.QueryGenerator;
import org.jeecg.common.util.oConvertUtils;
-import org.jeecg.modules.carrentCategory.entity.CarrentCategory;
-import org.jeecg.modules.carrentCategory.service.ICarrentCategoryService;
+import org.jeecg.modules.carrentApply.entity.CarrentApply;
+import org.jeecg.modules.carrentApply.service.ICarrentApplyService;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
@@ -37,66 +37,66 @@ import io.swagger.annotations.ApiOperation;
import org.jeecg.common.aspect.annotation.AutoLog;
/**
- * @Description: 分类表
+ * @Description: 寻车申请表
* @Author: jeecg-boot
- * @Date: 2024-11-12
+ * @Date: 2024-12-12
* @Version: V1.0
*/
-@Api(tags="分类表")
+@Api(tags="寻车申请表")
@RestController
-@RequestMapping("/carrentCategory/carrentCategory")
+@RequestMapping("/carrentApply/carrentApply")
@Slf4j
-public class CarrentCategoryController extends JeecgController {
+public class CarrentApplyController extends JeecgController {
@Autowired
- private ICarrentCategoryService carrentCategoryService;
+ private ICarrentApplyService carrentApplyService;
/**
* 分页列表查询
*
- * @param carrentCategory
+ * @param carrentApply
* @param pageNo
* @param pageSize
* @param req
* @return
*/
- //@AutoLog(value = "分类表-分页列表查询")
- @ApiOperation(value="分类表-分页列表查询", notes="分类表-分页列表查询")
+ //@AutoLog(value = "寻车申请表-分页列表查询")
+ @ApiOperation(value="寻车申请表-分页列表查询", notes="寻车申请表-分页列表查询")
@GetMapping(value = "/list")
- public Result> queryPageList(CarrentCategory carrentCategory,
+ public Result> queryPageList(CarrentApply carrentApply,
@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
@RequestParam(name="pageSize", defaultValue="10") Integer pageSize,
HttpServletRequest req) {
- QueryWrapper queryWrapper = QueryGenerator.initQueryWrapper(carrentCategory, req.getParameterMap());
- Page page = new Page(pageNo, pageSize);
- IPage pageList = carrentCategoryService.page(page, queryWrapper);
+ QueryWrapper queryWrapper = QueryGenerator.initQueryWrapper(carrentApply, req.getParameterMap());
+ Page page = new Page(pageNo, pageSize);
+ IPage pageList = carrentApplyService.page(page, queryWrapper);
return Result.OK(pageList);
}
/**
* 添加
*
- * @param carrentCategory
+ * @param carrentApply
* @return
*/
- @AutoLog(value = "分类表-添加")
- @ApiOperation(value="分类表-添加", notes="分类表-添加")
+ @AutoLog(value = "寻车申请表-添加")
+ @ApiOperation(value="寻车申请表-添加", notes="寻车申请表-添加")
@PostMapping(value = "/add")
- public Result add(@RequestBody CarrentCategory carrentCategory) {
- carrentCategoryService.save(carrentCategory);
+ public Result add(@RequestBody CarrentApply carrentApply) {
+ carrentApplyService.save(carrentApply);
return Result.OK("添加成功!");
}
/**
* 编辑
*
- * @param carrentCategory
+ * @param carrentApply
* @return
*/
- @AutoLog(value = "分类表-编辑")
- @ApiOperation(value="分类表-编辑", notes="分类表-编辑")
+ @AutoLog(value = "寻车申请表-编辑")
+ @ApiOperation(value="寻车申请表-编辑", notes="寻车申请表-编辑")
@RequestMapping(value = "/edit", method = {RequestMethod.PUT,RequestMethod.POST})
- public Result edit(@RequestBody CarrentCategory carrentCategory) {
- carrentCategoryService.updateById(carrentCategory);
+ public Result edit(@RequestBody CarrentApply carrentApply) {
+ carrentApplyService.updateById(carrentApply);
return Result.OK("编辑成功!");
}
@@ -106,11 +106,11 @@ public class CarrentCategoryController extends JeecgController delete(@RequestParam(name="id",required=true) String id) {
- carrentCategoryService.removeById(id);
+ carrentApplyService.removeById(id);
return Result.OK("删除成功!");
}
@@ -120,11 +120,11 @@ public class CarrentCategoryController extends JeecgController deleteBatch(@RequestParam(name="ids",required=true) String ids) {
- this.carrentCategoryService.removeByIds(Arrays.asList(ids.split(",")));
+ this.carrentApplyService.removeByIds(Arrays.asList(ids.split(",")));
return Result.OK("批量删除成功!");
}
@@ -134,26 +134,26 @@ public class CarrentCategoryController extends JeecgController queryById(@RequestParam(name="id",required=true) String id) {
- CarrentCategory carrentCategory = carrentCategoryService.getById(id);
- if(carrentCategory==null) {
+ public Result queryById(@RequestParam(name="id",required=true) String id) {
+ CarrentApply carrentApply = carrentApplyService.getById(id);
+ if(carrentApply==null) {
return Result.error("未找到对应数据");
}
- return Result.OK(carrentCategory);
+ return Result.OK(carrentApply);
}
/**
* 导出excel
*
* @param request
- * @param carrentCategory
+ * @param carrentApply
*/
@RequestMapping(value = "/exportXls")
- public ModelAndView exportXls(HttpServletRequest request, CarrentCategory carrentCategory) {
- return super.exportXls(request, carrentCategory, CarrentCategory.class, "分类表");
+ public ModelAndView exportXls(HttpServletRequest request, CarrentApply carrentApply) {
+ return super.exportXls(request, carrentApply, CarrentApply.class, "寻车申请表");
}
/**
@@ -165,7 +165,7 @@ public class CarrentCategoryController extends JeecgController importExcel(HttpServletRequest request, HttpServletResponse response) {
- return super.importExcel(request, response, CarrentCategory.class);
+ return super.importExcel(request, response, CarrentApply.class);
}
}
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/entity/CarrentApply.java b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/entity/CarrentApply.java
new file mode 100644
index 0000000..f490adc
--- /dev/null
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/entity/CarrentApply.java
@@ -0,0 +1,86 @@
+package org.jeecg.modules.carrentApply.entity;
+
+import java.io.Serializable;
+import java.io.UnsupportedEncodingException;
+import java.util.Date;
+import java.math.BigDecimal;
+import com.baomidou.mybatisplus.annotation.IdType;
+import com.baomidou.mybatisplus.annotation.TableId;
+import com.baomidou.mybatisplus.annotation.TableName;
+import lombok.Data;
+import com.fasterxml.jackson.annotation.JsonFormat;
+import org.springframework.format.annotation.DateTimeFormat;
+import org.jeecgframework.poi.excel.annotation.Excel;
+import org.jeecg.common.aspect.annotation.Dict;
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.EqualsAndHashCode;
+import lombok.experimental.Accessors;
+
+/**
+ * @Description: 寻车申请表
+ * @Author: jeecg-boot
+ * @Date: 2024-12-12
+ * @Version: V1.0
+ */
+@Data
+@TableName("carrent_apply")
+@Accessors(chain = true)
+@EqualsAndHashCode(callSuper = false)
+@ApiModel(value="carrent_apply对象", description="寻车申请表")
+public class CarrentApply implements Serializable {
+ private static final long serialVersionUID = 1L;
+
+ /**主键*/
+ @TableId(type = IdType.ASSIGN_ID)
+ @ApiModelProperty(value = "主键")
+ private java.lang.String id;
+ /**创建人*/
+ @ApiModelProperty(value = "创建人")
+ private java.lang.String createBy;
+ /**创建日期*/
+ @ApiModelProperty(value = "创建日期")
+ private java.util.Date createTime;
+ /**更新人*/
+ @ApiModelProperty(value = "更新人")
+ private java.lang.String updateBy;
+ /**更新日期*/
+ @ApiModelProperty(value = "更新日期")
+ private java.util.Date updateTime;
+ /**关联二级分类id*/
+ @Excel(name = "关联二级分类id", width = 15, dictTable = "carrent_categorytwo", dicText = "name", dicCode = "id")
+ @Dict(dictTable = "carrent_categorytwo", dicText = "name", dicCode = "id")
+ @ApiModelProperty(value = "关联二级分类id")
+ private java.lang.String categorytwoId;
+ /**车辆型号*/
+ @Excel(name = "车辆型号", width = 15)
+ @ApiModelProperty(value = "车辆型号")
+ private java.lang.String model;
+ /**年限*/
+ @Excel(name = "年限", width = 15, format = "yyyy-MM-dd")
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
+ @DateTimeFormat(pattern="yyyy-MM-dd")
+ @ApiModelProperty(value = "年限")
+ private java.util.Date carTime;
+ /**公里数*/
+ @Excel(name = "公里数", width = 15)
+ @ApiModelProperty(value = "公里数")
+ private java.lang.Integer mileage;
+ /**联系人*/
+ @Excel(name = "联系人", width = 15)
+ @ApiModelProperty(value = "联系人")
+ private java.lang.String name;
+ /**联系电话*/
+ @Excel(name = "联系电话", width = 15)
+ @ApiModelProperty(value = "联系电话")
+ private java.lang.String phone;
+ /**备注*/
+ @Excel(name = "备注", width = 15)
+ @ApiModelProperty(value = "备注")
+ private java.lang.String remark;
+ /**关联用户*/
+ @Excel(name = "关联用户", width = 15, dictTable = "han_hai_member", dicText = "nick_name", dicCode = "id")
+ @Dict(dictTable = "han_hai_member", dicText = "nick_name", dicCode = "id")
+ @ApiModelProperty(value = "关联用户")
+ private java.lang.String userId;
+}
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/CarrentApplyMapper.java b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/CarrentApplyMapper.java
new file mode 100644
index 0000000..67f7291
--- /dev/null
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/CarrentApplyMapper.java
@@ -0,0 +1,17 @@
+package org.jeecg.modules.carrentApply.mapper;
+
+import java.util.List;
+
+import org.apache.ibatis.annotations.Param;
+import org.jeecg.modules.carrentApply.entity.CarrentApply;
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+
+/**
+ * @Description: 寻车申请表
+ * @Author: jeecg-boot
+ * @Date: 2024-12-12
+ * @Version: V1.0
+ */
+public interface CarrentApplyMapper extends BaseMapper {
+
+}
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentArea/mapper/xml/CarrentAreaMapper.xml b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/xml/CarrentApplyMapper.xml
similarity index 62%
rename from jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentArea/mapper/xml/CarrentAreaMapper.xml
rename to jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/xml/CarrentApplyMapper.xml
index bc1e961..d0352d7 100644
--- a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentArea/mapper/xml/CarrentAreaMapper.xml
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/xml/CarrentApplyMapper.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/ICarrentApplyService.java b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/ICarrentApplyService.java
new file mode 100644
index 0000000..b869b5b
--- /dev/null
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/ICarrentApplyService.java
@@ -0,0 +1,14 @@
+package org.jeecg.modules.carrentApply.service;
+
+import org.jeecg.modules.carrentApply.entity.CarrentApply;
+import com.baomidou.mybatisplus.extension.service.IService;
+
+/**
+ * @Description: 寻车申请表
+ * @Author: jeecg-boot
+ * @Date: 2024-12-12
+ * @Version: V1.0
+ */
+public interface ICarrentApplyService extends IService {
+
+}
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/impl/CarrentApplyServiceImpl.java b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/impl/CarrentApplyServiceImpl.java
new file mode 100644
index 0000000..af00bb6
--- /dev/null
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/impl/CarrentApplyServiceImpl.java
@@ -0,0 +1,19 @@
+package org.jeecg.modules.carrentApply.service.impl;
+
+import org.jeecg.modules.carrentApply.entity.CarrentApply;
+import org.jeecg.modules.carrentApply.mapper.CarrentApplyMapper;
+import org.jeecg.modules.carrentApply.service.ICarrentApplyService;
+import org.springframework.stereotype.Service;
+
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+
+/**
+ * @Description: 寻车申请表
+ * @Author: jeecg-boot
+ * @Date: 2024-12-12
+ * @Version: V1.0
+ */
+@Service
+public class CarrentApplyServiceImpl extends ServiceImpl implements ICarrentApplyService {
+
+}
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/CarrentApplyList.vue b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/CarrentApplyList.vue
new file mode 100644
index 0000000..aab1188
--- /dev/null
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/CarrentApplyList.vue
@@ -0,0 +1,217 @@
+
+
+
+
+
+
+
+
+
新增
+
导出
+
+ 导入
+
+
+
+
+
+ 删除
+
+ 批量操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无图片
+
+
+
+ 无文件
+
+ 下载
+
+
+
+
+ 编辑
+
+
+
+ 更多
+
+
+ 详情
+
+
+ handleDelete(record.id)">
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyForm.vue b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyForm.vue
new file mode 100644
index 0000000..e0f25f8
--- /dev/null
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyForm.vue
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentArea/vue/modules/CarrentAreaModal.Style#Drawer.vue b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyModal.Style#Drawer.vue
similarity index 87%
rename from jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentArea/vue/modules/CarrentAreaModal.Style#Drawer.vue
rename to jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyModal.Style#Drawer.vue
index 41484b5..a044c5f 100644
--- a/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentArea/vue/modules/CarrentAreaModal.Style#Drawer.vue
+++ b/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyModal.Style#Drawer.vue
@@ -7,7 +7,7 @@
@close="close"
destroyOnClose
:visible="visible">
-
+