From 6d87139d26bec697a0980e8b6b67d5cd93e4a038 Mon Sep 17 00:00:00 2001 From: ck_yeun9 Date: Wed, 29 Jan 2025 13:13:41 +0800 Subject: [PATCH 1/3] Rename Project Name. --- .../Business/Cash/CashService.cs | 6 ++--- .../Business/Cash/ICashService.cs | 4 +-- .../Business/Customer/CustoService.cs | 8 +++--- .../Business/Customer/ICustoService.cs | 4 +-- .../Business/Fonts/FontsService.cs | 6 ++--- .../Business/Fonts/IFontsService.cs | 4 +-- .../HydroelectricPowerService.cs | 6 ++--- .../IHydroelectricPowerService.cs | 4 +-- .../Business/Reser/IReserService.cs | 4 +-- .../Business/Reser/ReserService.cs | 6 ++--- .../Business/Room/IRoomService.cs | 4 +-- .../Business/Room/IRoomTypeService.cs | 4 +-- .../Business/Room/RoomService.cs | 6 ++--- .../Business/Room/RoomTypeService.cs | 6 ++--- .../Business/Sellthing/ISellService.cs | 4 +-- .../Business/Sellthing/SellService.cs | 8 +++--- .../Business/Spend/ISpendService.cs | 4 +-- .../Business/Spend/SpendService.cs | 8 +++--- .../EOM.TSHotelManagement.Application.csproj | 6 ++--- .../Sys/NavBar/INavBarService.cs | 4 +-- .../Sys/NavBar/NavBarService.cs | 6 ++--- .../Util/IUtilService.cs | 4 +-- .../Util/UtilService.cs | 6 ++--- .../Worker/Check/IWorkerCheckService.cs | 4 +-- .../Worker/Check/WorkerCheckService.cs | 6 ++--- .../Worker/GoodBad/IWorkerGoodBadService.cs | 4 +-- .../Worker/GoodBad/WorkerGoodBadService.cs | 6 ++--- .../Worker/History/IWorkerHistoryService.cs | 4 +-- .../Worker/History/WorkerHistoryService.cs | 6 ++--- .../Worker/IWorkerService.cs | 4 +-- .../Worker/Picture/IWorkerPicService.cs | 4 +-- .../Worker/Picture/WorkerPicService.cs | 6 ++--- .../Worker/WorkerService.cs | 8 +++--- .../Zero/Admin/AdminService.cs | 8 +++--- .../Zero/Admin/IAdminService.cs | 4 +-- .../Zero/Base/BaseService.cs | 6 ++--- .../Zero/Base/IBaseService.cs | 4 +-- .../Zero/CheckInfo/CheckInfoService.cs | 6 ++--- .../Zero/CheckInfo/ICheckInfoService.cs | 4 +-- .../Zero/Menu/IMenuService.cs | 4 +-- .../Zero/Menu/MenuService.cs | 6 ++--- .../Zero/Module/AdminModuleZeroService.cs | 8 +++--- .../Zero/Module/IAdminModuleZeroService.cs | 4 +-- .../Zero/Notice/INoticeService.cs | 4 +-- .../Zero/Notice/NoticeService.cs | 6 ++--- .../Zero/VipRule/IVipRuleAppService.cs | 4 +-- .../Zero/VipRule/VipRuleAppService.cs | 6 ++--- .../BaseDTO.cs | 2 +- .../Business/Cash/Cash.cs | 4 +-- .../Business/Customer/Custo.cs | 4 +-- .../Business/Customer/CustoSpend.cs | 2 +- .../Business/Customer/CustoType.cs | 2 +- .../Business/Customer/PassPortType.cs | 2 +- .../Business/Customer/SexType.cs | 2 +- .../Business/Fonts/Fonts.cs | 2 +- .../HydroelectricPower/HydroelectricPower.cs | 2 +- .../Business/Reser/Reser.cs | 2 +- .../Business/Room/Room.cs | 4 +-- .../Business/Room/RoomState.cs | 2 +- .../Business/Room/RoomType.cs | 4 +-- .../Business/Sellthing/SellThing.cs | 4 +-- .../Business/Spend/Spend.cs | 4 +-- .../EOM.TSHotelManagement.Common.Core.csproj | 2 +- .../OSelectAllDto.cs | 2 +- .../Sys/NavBar/NavBar.cs | 2 +- .../Util/ApplicationVersion.cs | 2 +- .../Util/Cardcodes.cs | 2 +- .../Util/OperationLog.cs | 2 +- .../Worker/GBType.cs | 4 +-- .../Worker/Worker.cs | 2 +- .../Worker/WorkerCheck.cs | 2 +- .../Worker/WorkerGoodBad.cs | 2 +- .../Worker/WorkerHistory.cs | 2 +- .../Worker/WorkerPic.cs | 2 +- .../Zero/Admin.cs | 4 +-- .../Zero/AdminType.cs | 2 +- .../Zero/Base.cs | 2 +- .../Zero/CheckInfo.cs | 2 +- .../Zero/Dept.cs | 2 +- .../Zero/Education.cs | 2 +- .../Zero/Menu.cs | 2 +- .../Zero/MenuViewModel.cs | 2 +- .../Zero/Module.cs | 2 +- .../Zero/ModuleConsts.cs | 2 +- .../Zero/ModuleZero.cs | 2 +- .../Zero/Nation.cs | 2 +- .../Zero/Notice.cs | 2 +- .../Zero/VipRule.cs | 2 +- .../Zero/position.cs | 2 +- .../EOM.TSHotelManagement.Common.Util.csproj | 0 .../Validator/NeedValidAttribute.cs | 2 +- .../Validator/UIDisplayAttribute.cs | 2 +- .../Validator/ValidateHelper.cs | 2 +- ...M.TSHotelManagement.EntityFramework.csproj | 2 +- .../Repository/GenericRepository.cs | 2 +- .../EOM.TSHotelManagement.Shared.csproj | 0 .../Interfaces/IJwtConfigFactory.cs | 2 +- .../Interfaces/ISqlSugarClientFactory.cs | 2 +- .../JwtConfig.cs | 2 +- .../SpendConsts.cs | 2 +- ...r.Web.sln => EOM.TSHotelManagement.Web.sln | 12 ++++----- .../.config/dotnet-tools.json | 0 .../Business/Cash/CashController.cs | 6 ++--- .../Business/Customer/CustoController.cs | 6 ++--- .../Business/Fonts/FontsController.cs | 6 ++--- .../HydroelectricPowerController.cs | 6 ++--- .../Business/Reser/ReserController.cs | 6 ++--- .../Business/Room/RoomController.cs | 6 ++--- .../Business/Room/RoomTypeController.cs | 6 ++--- .../Business/Sellthing/SellthingController.cs | 6 ++--- .../Business/Spend/SpendController.cs | 6 ++--- .../Sys/NavBar/NavBarController.cs | 6 ++--- .../Controllers/Util/AppController.cs | 6 ++--- .../Worker/Check/WorkerCheckController.cs | 6 ++--- .../Worker/GoodBad/WorkerGoodBadController.cs | 6 ++--- .../Worker/History/WorkerHistoryController.cs | 6 ++--- .../Worker/Picture/WorkerPictureController.cs | 6 ++--- .../Controllers/Worker/WorkerController.cs | 6 ++--- .../Controllers/Zero/Admin/AdminController.cs | 6 ++--- .../Controllers/Zero/Base/BaseController.cs | 6 ++--- .../Zero/CheckInfo/CheckInfoController.cs | 6 ++--- .../Controllers/Zero/Menu/MenuController.cs | 6 ++--- .../Zero/Module/ModuleController.cs | 6 ++--- .../Zero/Notice/NoticeController.cs | 6 ++--- .../Zero/VipRule/VipRuleController.cs | 6 ++--- .../EOM.TSHotelManagement.WebApi.csproj | 8 +++--- .../Factory/JwtConfigFactory.cs | 4 +-- .../Factory/SqlSugarClientFactory.cs | 4 +-- .../AuthorizeAllControllersConvention.cs | 2 +- .../Program.cs | 2 +- .../Properties/launchSettings.json | 2 +- .../Router_Extension/MvcOptionsExtensions.cs | 2 +- .../Router_Extension/RouteConvention.cs | 2 +- .../Startup.cs | 26 +++++++++---------- .../appsettings.Development.json | 0 .../appsettings.json | 2 +- 136 files changed, 285 insertions(+), 285 deletions(-) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Cash/CashService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Cash/ICashService.cs (94%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Customer/CustoService.cs (98%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Customer/ICustoService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Fonts/FontsService.cs (93%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Fonts/IFontsService.cs (94%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/HydroelectricPower/HydroelectricPowerService.cs (98%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/HydroelectricPower/IHydroelectricPowerService.cs (98%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Reser/IReserService.cs (95%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Reser/ReserService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Room/IRoomService.cs (98%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Room/IRoomTypeService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Room/RoomService.cs (99%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Room/RoomTypeService.cs (97%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Sellthing/ISellService.cs (97%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Sellthing/SellService.cs (98%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Spend/ISpendService.cs (98%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Business/Spend/SpendService.cs (98%) rename EOM.TSHotelManager.Application/EOM.TSHotelManager.Application.csproj => EOM.TSHotelManagement.Application/EOM.TSHotelManagement.Application.csproj (74%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Sys/NavBar/INavBarService.cs (75%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Sys/NavBar/NavBarService.cs (85%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Util/IUtilService.cs (90%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Util/UtilService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Worker/Check/IWorkerCheckService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Worker/Check/WorkerCheckService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Worker/GoodBad/IWorkerGoodBadService.cs (95%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Worker/GoodBad/WorkerGoodBadService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Worker/History/IWorkerHistoryService.cs (95%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Worker/History/WorkerHistoryService.cs (95%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Worker/IWorkerService.cs (97%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Worker/Picture/IWorkerPicService.cs (91%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Worker/Picture/WorkerPicService.cs (95%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Worker/WorkerService.cs (98%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/Admin/AdminService.cs (98%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/Admin/IAdminService.cs (97%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/Base/BaseService.cs (99%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/Base/IBaseService.cs (99%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/CheckInfo/CheckInfoService.cs (94%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/CheckInfo/ICheckInfoService.cs (94%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/Menu/IMenuService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/Menu/MenuService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/Module/AdminModuleZeroService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/Module/IAdminModuleZeroService.cs (91%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/Notice/INoticeService.cs (95%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/Notice/NoticeService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/VipRule/IVipRuleAppService.cs (96%) rename {EOM.TSHotelManager.Application => EOM.TSHotelManagement.Application}/Zero/VipRule/VipRuleAppService.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/BaseDTO.cs (95%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Cash/Cash.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Customer/Custo.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Customer/CustoSpend.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Customer/CustoType.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Customer/PassPortType.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Customer/SexType.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Fonts/Fonts.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/HydroelectricPower/HydroelectricPower.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Reser/Reser.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Room/Room.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Room/RoomState.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Room/RoomType.cs (96%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Sellthing/SellThing.cs (96%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Business/Spend/Spend.cs (97%) rename EOM.TSHotelManager.Common.Core/EOM.TSHotelManager.Common.Core.csproj => EOM.TSHotelManagement.Common.Core/EOM.TSHotelManagement.Common.Core.csproj (74%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/OSelectAllDto.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Sys/NavBar/NavBar.cs (95%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Util/ApplicationVersion.cs (92%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Util/Cardcodes.cs (96%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Util/OperationLog.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Worker/GBType.cs (95%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Worker/Worker.cs (99%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Worker/WorkerCheck.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Worker/WorkerGoodBad.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Worker/WorkerHistory.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Worker/WorkerPic.cs (94%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/Admin.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/AdminType.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/Base.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/CheckInfo.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/Dept.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/Education.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/Menu.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/MenuViewModel.cs (93%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/Module.cs (92%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/ModuleConsts.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/ModuleZero.cs (94%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/Nation.cs (97%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/Notice.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/VipRule.cs (98%) rename {EOM.TSHotelManager.Common.Core => EOM.TSHotelManagement.Common.Core}/Zero/position.cs (97%) rename EOM.TSHotelManager.Common.Util/EOM.TSHotelManager.Common.Util.csproj => EOM.TSHotelManagement.Common.Util/EOM.TSHotelManagement.Common.Util.csproj (100%) rename {EOM.TSHotelManager.Common.Util => EOM.TSHotelManagement.Common.Util}/Validator/NeedValidAttribute.cs (74%) rename {EOM.TSHotelManager.Common.Util => EOM.TSHotelManagement.Common.Util}/Validator/UIDisplayAttribute.cs (90%) rename {EOM.TSHotelManager.Common.Util => EOM.TSHotelManagement.Common.Util}/Validator/ValidateHelper.cs (97%) rename EOM.TSHotelManager.EntityFramework/EOM.TSHotelManager.EntityFramework.csproj => EOM.TSHotelManagement.EntityFramework/EOM.TSHotelManagement.EntityFramework.csproj (75%) rename {EOM.TSHotelManager.EntityFramework => EOM.TSHotelManagement.EntityFramework}/Repository/GenericRepository.cs (88%) rename EOM.TSHotelManager.Shared/EOM.TSHotelManager.Shared.csproj => EOM.TSHotelManagement.Shared/EOM.TSHotelManagement.Shared.csproj (100%) rename {EOM.TSHotelManager.Shared => EOM.TSHotelManagement.Shared}/Interfaces/IJwtConfigFactory.cs (67%) rename {EOM.TSHotelManager.Shared => EOM.TSHotelManagement.Shared}/Interfaces/ISqlSugarClientFactory.cs (78%) rename {EOM.TSHotelManager.Shared => EOM.TSHotelManagement.Shared}/JwtConfig.cs (89%) rename {EOM.TSHotelManager.Shared => EOM.TSHotelManagement.Shared}/SpendConsts.cs (97%) rename EOM.TSHotelManager.Web.sln => EOM.TSHotelManagement.Web.sln (78%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/.config/dotnet-tools.json (100%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Business/Cash/CashController.cs (88%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Business/Customer/CustoController.cs (95%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Business/Fonts/FontsController.cs (86%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Business/HydroelectricPower/HydroelectricPowerController.cs (96%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Business/Reser/ReserController.cs (92%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Business/Room/RoomController.cs (97%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Business/Room/RoomTypeController.cs (94%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Business/Sellthing/SellthingController.cs (96%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Business/Spend/SpendController.cs (96%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Sys/NavBar/NavBarController.cs (85%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Util/AppController.cs (92%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Worker/Check/WorkerCheckController.cs (93%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Worker/GoodBad/WorkerGoodBadController.cs (90%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Worker/History/WorkerHistoryController.cs (90%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Worker/Picture/WorkerPictureController.cs (93%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Worker/WorkerController.cs (96%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Zero/Admin/AdminController.cs (96%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Zero/Base/BaseController.cs (99%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Zero/CheckInfo/CheckInfoController.cs (86%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Zero/Menu/MenuController.cs (92%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Zero/Module/ModuleController.cs (93%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Zero/Notice/NoticeController.cs (91%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Controllers/Zero/VipRule/VipRuleController.cs (93%) rename EOM.TSHotelManager.WebApi/EOM.TSHotelManager.WebApi.csproj => EOM.TSHotelManagement.WebApi/EOM.TSHotelManagement.WebApi.csproj (78%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Factory/JwtConfigFactory.cs (89%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Factory/SqlSugarClientFactory.cs (96%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Filter/AuthorizeAllControllersConvention.cs (96%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Program.cs (95%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Properties/launchSettings.json (96%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Router_Extension/MvcOptionsExtensions.cs (94%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Router_Extension/RouteConvention.cs (98%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/Startup.cs (91%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/appsettings.Development.json (100%) rename {EOM.TSHotelManager.WebApi => EOM.TSHotelManagement.WebApi}/appsettings.json (86%) diff --git a/EOM.TSHotelManager.Application/Business/Cash/CashService.cs b/EOM.TSHotelManagement.Application/Business/Cash/CashService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Business/Cash/CashService.cs rename to EOM.TSHotelManagement.Application/Business/Cash/CashService.cs index 60dc102..baf1713 100644 --- a/EOM.TSHotelManager.Application/Business/Cash/CashService.cs +++ b/EOM.TSHotelManagement.Application/Business/Cash/CashService.cs @@ -21,10 +21,10 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 资产信息接口实现类 diff --git a/EOM.TSHotelManager.Application/Business/Cash/ICashService.cs b/EOM.TSHotelManagement.Application/Business/Cash/ICashService.cs similarity index 94% rename from EOM.TSHotelManager.Application/Business/Cash/ICashService.cs rename to EOM.TSHotelManagement.Application/Business/Cash/ICashService.cs index 471806e..4841817 100644 --- a/EOM.TSHotelManager.Application/Business/Cash/ICashService.cs +++ b/EOM.TSHotelManagement.Application/Business/Cash/ICashService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 资产信息接口 diff --git a/EOM.TSHotelManager.Application/Business/Customer/CustoService.cs b/EOM.TSHotelManagement.Application/Business/Customer/CustoService.cs similarity index 98% rename from EOM.TSHotelManager.Application/Business/Customer/CustoService.cs rename to EOM.TSHotelManagement.Application/Business/Customer/CustoService.cs index 89a6c7b..9002dda 100644 --- a/EOM.TSHotelManager.Application/Business/Customer/CustoService.cs +++ b/EOM.TSHotelManagement.Application/Business/Customer/CustoService.cs @@ -21,13 +21,13 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Shared; -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Shared; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; using jvncorelib.EntityLib; using SqlSugar; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 客户信息接口实现类 diff --git a/EOM.TSHotelManager.Application/Business/Customer/ICustoService.cs b/EOM.TSHotelManagement.Application/Business/Customer/ICustoService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Business/Customer/ICustoService.cs rename to EOM.TSHotelManagement.Application/Business/Customer/ICustoService.cs index 154d2fe..0626119 100644 --- a/EOM.TSHotelManager.Application/Business/Customer/ICustoService.cs +++ b/EOM.TSHotelManagement.Application/Business/Customer/ICustoService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 客户信息接口 diff --git a/EOM.TSHotelManager.Application/Business/Fonts/FontsService.cs b/EOM.TSHotelManagement.Application/Business/Fonts/FontsService.cs similarity index 93% rename from EOM.TSHotelManager.Application/Business/Fonts/FontsService.cs rename to EOM.TSHotelManagement.Application/Business/Fonts/FontsService.cs index 5840def..e872c9c 100644 --- a/EOM.TSHotelManager.Application/Business/Fonts/FontsService.cs +++ b/EOM.TSHotelManagement.Application/Business/Fonts/FontsService.cs @@ -21,10 +21,10 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 酒店宣传联动内容接口实现类 diff --git a/EOM.TSHotelManager.Application/Business/Fonts/IFontsService.cs b/EOM.TSHotelManagement.Application/Business/Fonts/IFontsService.cs similarity index 94% rename from EOM.TSHotelManager.Application/Business/Fonts/IFontsService.cs rename to EOM.TSHotelManagement.Application/Business/Fonts/IFontsService.cs index 623ea34..e6a2146 100644 --- a/EOM.TSHotelManager.Application/Business/Fonts/IFontsService.cs +++ b/EOM.TSHotelManagement.Application/Business/Fonts/IFontsService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 酒店宣传联动内容接口 diff --git a/EOM.TSHotelManager.Application/Business/HydroelectricPower/HydroelectricPowerService.cs b/EOM.TSHotelManagement.Application/Business/HydroelectricPower/HydroelectricPowerService.cs similarity index 98% rename from EOM.TSHotelManager.Application/Business/HydroelectricPower/HydroelectricPowerService.cs rename to EOM.TSHotelManagement.Application/Business/HydroelectricPower/HydroelectricPowerService.cs index 49cab50..5544b48 100644 --- a/EOM.TSHotelManager.Application/Business/HydroelectricPower/HydroelectricPowerService.cs +++ b/EOM.TSHotelManagement.Application/Business/HydroelectricPower/HydroelectricPowerService.cs @@ -21,10 +21,10 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 水电信息接口实现类 diff --git a/EOM.TSHotelManager.Application/Business/HydroelectricPower/IHydroelectricPowerService.cs b/EOM.TSHotelManagement.Application/Business/HydroelectricPower/IHydroelectricPowerService.cs similarity index 98% rename from EOM.TSHotelManager.Application/Business/HydroelectricPower/IHydroelectricPowerService.cs rename to EOM.TSHotelManagement.Application/Business/HydroelectricPower/IHydroelectricPowerService.cs index 82b7407..0974ac0 100644 --- a/EOM.TSHotelManager.Application/Business/HydroelectricPower/IHydroelectricPowerService.cs +++ b/EOM.TSHotelManagement.Application/Business/HydroelectricPower/IHydroelectricPowerService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 水电信息接口 diff --git a/EOM.TSHotelManager.Application/Business/Reser/IReserService.cs b/EOM.TSHotelManagement.Application/Business/Reser/IReserService.cs similarity index 95% rename from EOM.TSHotelManager.Application/Business/Reser/IReserService.cs rename to EOM.TSHotelManagement.Application/Business/Reser/IReserService.cs index b3345a2..0405446 100644 --- a/EOM.TSHotelManager.Application/Business/Reser/IReserService.cs +++ b/EOM.TSHotelManagement.Application/Business/Reser/IReserService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 预约信息接口 diff --git a/EOM.TSHotelManager.Application/Business/Reser/ReserService.cs b/EOM.TSHotelManagement.Application/Business/Reser/ReserService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Business/Reser/ReserService.cs rename to EOM.TSHotelManagement.Application/Business/Reser/ReserService.cs index 4155239..83725be 100644 --- a/EOM.TSHotelManager.Application/Business/Reser/ReserService.cs +++ b/EOM.TSHotelManagement.Application/Business/Reser/ReserService.cs @@ -21,11 +21,11 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; using jvncorelib.EncryptorLib; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 预约信息接口实现类 diff --git a/EOM.TSHotelManager.Application/Business/Room/IRoomService.cs b/EOM.TSHotelManagement.Application/Business/Room/IRoomService.cs similarity index 98% rename from EOM.TSHotelManager.Application/Business/Room/IRoomService.cs rename to EOM.TSHotelManagement.Application/Business/Room/IRoomService.cs index c23b657..da63a30 100644 --- a/EOM.TSHotelManager.Application/Business/Room/IRoomService.cs +++ b/EOM.TSHotelManagement.Application/Business/Room/IRoomService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 房间信息接口 diff --git a/EOM.TSHotelManager.Application/Business/Room/IRoomTypeService.cs b/EOM.TSHotelManagement.Application/Business/Room/IRoomTypeService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Business/Room/IRoomTypeService.cs rename to EOM.TSHotelManagement.Application/Business/Room/IRoomTypeService.cs index 4725db5..73393b1 100644 --- a/EOM.TSHotelManager.Application/Business/Room/IRoomTypeService.cs +++ b/EOM.TSHotelManagement.Application/Business/Room/IRoomTypeService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 客房信息接口 diff --git a/EOM.TSHotelManager.Application/Business/Room/RoomService.cs b/EOM.TSHotelManagement.Application/Business/Room/RoomService.cs similarity index 99% rename from EOM.TSHotelManager.Application/Business/Room/RoomService.cs rename to EOM.TSHotelManagement.Application/Business/Room/RoomService.cs index 43ae700..55441e2 100644 --- a/EOM.TSHotelManager.Application/Business/Room/RoomService.cs +++ b/EOM.TSHotelManagement.Application/Business/Room/RoomService.cs @@ -21,11 +21,11 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; using jvncorelib.EntityLib; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 客房信息接口实现类 diff --git a/EOM.TSHotelManager.Application/Business/Room/RoomTypeService.cs b/EOM.TSHotelManagement.Application/Business/Room/RoomTypeService.cs similarity index 97% rename from EOM.TSHotelManager.Application/Business/Room/RoomTypeService.cs rename to EOM.TSHotelManagement.Application/Business/Room/RoomTypeService.cs index d8b834a..0731572 100644 --- a/EOM.TSHotelManager.Application/Business/Room/RoomTypeService.cs +++ b/EOM.TSHotelManagement.Application/Business/Room/RoomTypeService.cs @@ -21,11 +21,11 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; using jvncorelib.EntityLib; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 房间类型接口实现类 diff --git a/EOM.TSHotelManager.Application/Business/Sellthing/ISellService.cs b/EOM.TSHotelManagement.Application/Business/Sellthing/ISellService.cs similarity index 97% rename from EOM.TSHotelManager.Application/Business/Sellthing/ISellService.cs rename to EOM.TSHotelManagement.Application/Business/Sellthing/ISellService.cs index 8dd3b67..4d9df18 100644 --- a/EOM.TSHotelManager.Application/Business/Sellthing/ISellService.cs +++ b/EOM.TSHotelManagement.Application/Business/Sellthing/ISellService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 商品接口 diff --git a/EOM.TSHotelManager.Application/Business/Sellthing/SellService.cs b/EOM.TSHotelManagement.Application/Business/Sellthing/SellService.cs similarity index 98% rename from EOM.TSHotelManager.Application/Business/Sellthing/SellService.cs rename to EOM.TSHotelManagement.Application/Business/Sellthing/SellService.cs index dc61893..f795210 100644 --- a/EOM.TSHotelManager.Application/Business/Sellthing/SellService.cs +++ b/EOM.TSHotelManagement.Application/Business/Sellthing/SellService.cs @@ -21,13 +21,13 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; -using EOM.TSHotelManager.Shared; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; +using EOM.TSHotelManagement.Shared; using jvncorelib.EntityLib; using SqlSugar; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 商品信息接口实现类 diff --git a/EOM.TSHotelManager.Application/Business/Spend/ISpendService.cs b/EOM.TSHotelManagement.Application/Business/Spend/ISpendService.cs similarity index 98% rename from EOM.TSHotelManager.Application/Business/Spend/ISpendService.cs rename to EOM.TSHotelManagement.Application/Business/Spend/ISpendService.cs index 5f8ffcc..cd9f674 100644 --- a/EOM.TSHotelManager.Application/Business/Spend/ISpendService.cs +++ b/EOM.TSHotelManagement.Application/Business/Spend/ISpendService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 消费信息接口 diff --git a/EOM.TSHotelManager.Application/Business/Spend/SpendService.cs b/EOM.TSHotelManagement.Application/Business/Spend/SpendService.cs similarity index 98% rename from EOM.TSHotelManager.Application/Business/Spend/SpendService.cs rename to EOM.TSHotelManagement.Application/Business/Spend/SpendService.cs index 9b870cb..07a30a9 100644 --- a/EOM.TSHotelManager.Application/Business/Spend/SpendService.cs +++ b/EOM.TSHotelManagement.Application/Business/Spend/SpendService.cs @@ -21,12 +21,12 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; using jvncorelib.EntityLib; -using EOM.TSHotelManager.Shared; +using EOM.TSHotelManagement.Shared; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 商品消费接口实现类 diff --git a/EOM.TSHotelManager.Application/EOM.TSHotelManager.Application.csproj b/EOM.TSHotelManagement.Application/EOM.TSHotelManagement.Application.csproj similarity index 74% rename from EOM.TSHotelManager.Application/EOM.TSHotelManager.Application.csproj rename to EOM.TSHotelManagement.Application/EOM.TSHotelManagement.Application.csproj index 9e73559..0571e5e 100644 --- a/EOM.TSHotelManager.Application/EOM.TSHotelManager.Application.csproj +++ b/EOM.TSHotelManagement.Application/EOM.TSHotelManagement.Application.csproj @@ -30,9 +30,9 @@ - - - + + + diff --git a/EOM.TSHotelManager.Application/Sys/NavBar/INavBarService.cs b/EOM.TSHotelManagement.Application/Sys/NavBar/INavBarService.cs similarity index 75% rename from EOM.TSHotelManager.Application/Sys/NavBar/INavBarService.cs rename to EOM.TSHotelManagement.Application/Sys/NavBar/INavBarService.cs index 7a8ce7d..45eaa38 100644 --- a/EOM.TSHotelManager.Application/Sys/NavBar/INavBarService.cs +++ b/EOM.TSHotelManagement.Application/Sys/NavBar/INavBarService.cs @@ -1,6 +1,6 @@ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 导航控件模块接口 diff --git a/EOM.TSHotelManager.Application/Sys/NavBar/NavBarService.cs b/EOM.TSHotelManagement.Application/Sys/NavBar/NavBarService.cs similarity index 85% rename from EOM.TSHotelManager.Application/Sys/NavBar/NavBarService.cs rename to EOM.TSHotelManagement.Application/Sys/NavBar/NavBarService.cs index 43bafca..672b53d 100644 --- a/EOM.TSHotelManager.Application/Sys/NavBar/NavBarService.cs +++ b/EOM.TSHotelManagement.Application/Sys/NavBar/NavBarService.cs @@ -1,7 +1,7 @@ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 导航控件模块 diff --git a/EOM.TSHotelManager.Application/Util/IUtilService.cs b/EOM.TSHotelManagement.Application/Util/IUtilService.cs similarity index 90% rename from EOM.TSHotelManager.Application/Util/IUtilService.cs rename to EOM.TSHotelManagement.Application/Util/IUtilService.cs index 7e3e8e0..b9fbaf7 100644 --- a/EOM.TSHotelManager.Application/Util/IUtilService.cs +++ b/EOM.TSHotelManagement.Application/Util/IUtilService.cs @@ -1,6 +1,6 @@ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 工具类接口 diff --git a/EOM.TSHotelManager.Application/Util/UtilService.cs b/EOM.TSHotelManagement.Application/Util/UtilService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Util/UtilService.cs rename to EOM.TSHotelManagement.Application/Util/UtilService.cs index eb838cf..78e373a 100644 --- a/EOM.TSHotelManager.Application/Util/UtilService.cs +++ b/EOM.TSHotelManagement.Application/Util/UtilService.cs @@ -1,7 +1,7 @@ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 工具接口实现类 diff --git a/EOM.TSHotelManager.Application/Worker/Check/IWorkerCheckService.cs b/EOM.TSHotelManagement.Application/Worker/Check/IWorkerCheckService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Worker/Check/IWorkerCheckService.cs rename to EOM.TSHotelManagement.Application/Worker/Check/IWorkerCheckService.cs index 280462d..836bd1f 100644 --- a/EOM.TSHotelManager.Application/Worker/Check/IWorkerCheckService.cs +++ b/EOM.TSHotelManagement.Application/Worker/Check/IWorkerCheckService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 员工打卡接口 diff --git a/EOM.TSHotelManager.Application/Worker/Check/WorkerCheckService.cs b/EOM.TSHotelManagement.Application/Worker/Check/WorkerCheckService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Worker/Check/WorkerCheckService.cs rename to EOM.TSHotelManagement.Application/Worker/Check/WorkerCheckService.cs index c6e00ce..6d0dad8 100644 --- a/EOM.TSHotelManager.Application/Worker/Check/WorkerCheckService.cs +++ b/EOM.TSHotelManagement.Application/Worker/Check/WorkerCheckService.cs @@ -21,10 +21,10 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 员工打卡接口实现类 diff --git a/EOM.TSHotelManager.Application/Worker/GoodBad/IWorkerGoodBadService.cs b/EOM.TSHotelManagement.Application/Worker/GoodBad/IWorkerGoodBadService.cs similarity index 95% rename from EOM.TSHotelManager.Application/Worker/GoodBad/IWorkerGoodBadService.cs rename to EOM.TSHotelManagement.Application/Worker/GoodBad/IWorkerGoodBadService.cs index ab11c02..bdb0674 100644 --- a/EOM.TSHotelManager.Application/Worker/GoodBad/IWorkerGoodBadService.cs +++ b/EOM.TSHotelManagement.Application/Worker/GoodBad/IWorkerGoodBadService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 员工奖惩信息接口 diff --git a/EOM.TSHotelManager.Application/Worker/GoodBad/WorkerGoodBadService.cs b/EOM.TSHotelManagement.Application/Worker/GoodBad/WorkerGoodBadService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Worker/GoodBad/WorkerGoodBadService.cs rename to EOM.TSHotelManagement.Application/Worker/GoodBad/WorkerGoodBadService.cs index 86aea54..68bf808 100644 --- a/EOM.TSHotelManager.Application/Worker/GoodBad/WorkerGoodBadService.cs +++ b/EOM.TSHotelManagement.Application/Worker/GoodBad/WorkerGoodBadService.cs @@ -21,11 +21,11 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; using jvncorelib.EntityLib; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 员工奖惩记录接口实现类 diff --git a/EOM.TSHotelManager.Application/Worker/History/IWorkerHistoryService.cs b/EOM.TSHotelManagement.Application/Worker/History/IWorkerHistoryService.cs similarity index 95% rename from EOM.TSHotelManager.Application/Worker/History/IWorkerHistoryService.cs rename to EOM.TSHotelManagement.Application/Worker/History/IWorkerHistoryService.cs index f465f2f..ebf19e3 100644 --- a/EOM.TSHotelManager.Application/Worker/History/IWorkerHistoryService.cs +++ b/EOM.TSHotelManagement.Application/Worker/History/IWorkerHistoryService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 员工履历信息接口 diff --git a/EOM.TSHotelManager.Application/Worker/History/WorkerHistoryService.cs b/EOM.TSHotelManagement.Application/Worker/History/WorkerHistoryService.cs similarity index 95% rename from EOM.TSHotelManager.Application/Worker/History/WorkerHistoryService.cs rename to EOM.TSHotelManagement.Application/Worker/History/WorkerHistoryService.cs index d0b8640..c1117c1 100644 --- a/EOM.TSHotelManager.Application/Worker/History/WorkerHistoryService.cs +++ b/EOM.TSHotelManagement.Application/Worker/History/WorkerHistoryService.cs @@ -21,10 +21,10 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 员工履历接口实现类 diff --git a/EOM.TSHotelManager.Application/Worker/IWorkerService.cs b/EOM.TSHotelManagement.Application/Worker/IWorkerService.cs similarity index 97% rename from EOM.TSHotelManager.Application/Worker/IWorkerService.cs rename to EOM.TSHotelManagement.Application/Worker/IWorkerService.cs index 8c61bc1..4f05fe1 100644 --- a/EOM.TSHotelManager.Application/Worker/IWorkerService.cs +++ b/EOM.TSHotelManagement.Application/Worker/IWorkerService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 员工信息接口 diff --git a/EOM.TSHotelManager.Application/Worker/Picture/IWorkerPicService.cs b/EOM.TSHotelManagement.Application/Worker/Picture/IWorkerPicService.cs similarity index 91% rename from EOM.TSHotelManager.Application/Worker/Picture/IWorkerPicService.cs rename to EOM.TSHotelManagement.Application/Worker/Picture/IWorkerPicService.cs index 4ef5587..1119d5d 100644 --- a/EOM.TSHotelManager.Application/Worker/Picture/IWorkerPicService.cs +++ b/EOM.TSHotelManagement.Application/Worker/Picture/IWorkerPicService.cs @@ -1,6 +1,6 @@ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 员工照片模块接口 diff --git a/EOM.TSHotelManager.Application/Worker/Picture/WorkerPicService.cs b/EOM.TSHotelManagement.Application/Worker/Picture/WorkerPicService.cs similarity index 95% rename from EOM.TSHotelManager.Application/Worker/Picture/WorkerPicService.cs rename to EOM.TSHotelManagement.Application/Worker/Picture/WorkerPicService.cs index 11149b0..2190f3c 100644 --- a/EOM.TSHotelManager.Application/Worker/Picture/WorkerPicService.cs +++ b/EOM.TSHotelManagement.Application/Worker/Picture/WorkerPicService.cs @@ -1,8 +1,8 @@ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; using jvncorelib.EntityLib; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 员工照片接口实现类 diff --git a/EOM.TSHotelManager.Application/Worker/WorkerService.cs b/EOM.TSHotelManagement.Application/Worker/WorkerService.cs similarity index 98% rename from EOM.TSHotelManager.Application/Worker/WorkerService.cs rename to EOM.TSHotelManagement.Application/Worker/WorkerService.cs index c1bf238..67294ed 100644 --- a/EOM.TSHotelManager.Application/Worker/WorkerService.cs +++ b/EOM.TSHotelManagement.Application/Worker/WorkerService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; -using EOM.TSHotelManager.Shared; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; +using EOM.TSHotelManagement.Shared; using jvncorelib.EncryptorLib; using jvncorelib.EntityLib; using Microsoft.IdentityModel.Tokens; @@ -32,7 +32,7 @@ using System.IdentityModel.Tokens.Jwt; using System.Security.Claims; using System.Text; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 员工信息接口实现类 diff --git a/EOM.TSHotelManager.Application/Zero/Admin/AdminService.cs b/EOM.TSHotelManagement.Application/Zero/Admin/AdminService.cs similarity index 98% rename from EOM.TSHotelManager.Application/Zero/Admin/AdminService.cs rename to EOM.TSHotelManagement.Application/Zero/Admin/AdminService.cs index 2ec3fac..2d32afe 100644 --- a/EOM.TSHotelManager.Application/Zero/Admin/AdminService.cs +++ b/EOM.TSHotelManagement.Application/Zero/Admin/AdminService.cs @@ -21,16 +21,16 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; -using EOM.TSHotelManager.Shared; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; +using EOM.TSHotelManagement.Shared; using jvncorelib.EncryptorLib; using Microsoft.IdentityModel.Tokens; using System.IdentityModel.Tokens.Jwt; using System.Security.Claims; using System.Text; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 管理员数据访问层 diff --git a/EOM.TSHotelManager.Application/Zero/Admin/IAdminService.cs b/EOM.TSHotelManagement.Application/Zero/Admin/IAdminService.cs similarity index 97% rename from EOM.TSHotelManager.Application/Zero/Admin/IAdminService.cs rename to EOM.TSHotelManagement.Application/Zero/Admin/IAdminService.cs index 666339f..8ab07e9 100644 --- a/EOM.TSHotelManager.Application/Zero/Admin/IAdminService.cs +++ b/EOM.TSHotelManagement.Application/Zero/Admin/IAdminService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 管理员数据访问接口 diff --git a/EOM.TSHotelManager.Application/Zero/Base/BaseService.cs b/EOM.TSHotelManagement.Application/Zero/Base/BaseService.cs similarity index 99% rename from EOM.TSHotelManager.Application/Zero/Base/BaseService.cs rename to EOM.TSHotelManagement.Application/Zero/Base/BaseService.cs index 1871912..cafe611 100644 --- a/EOM.TSHotelManager.Application/Zero/Base/BaseService.cs +++ b/EOM.TSHotelManagement.Application/Zero/Base/BaseService.cs @@ -21,12 +21,12 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; using jvncorelib.EntityLib; using SqlSugar; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 基础信息接口实现类 diff --git a/EOM.TSHotelManager.Application/Zero/Base/IBaseService.cs b/EOM.TSHotelManagement.Application/Zero/Base/IBaseService.cs similarity index 99% rename from EOM.TSHotelManager.Application/Zero/Base/IBaseService.cs rename to EOM.TSHotelManagement.Application/Zero/Base/IBaseService.cs index 7f388e3..5ef87da 100644 --- a/EOM.TSHotelManager.Application/Zero/Base/IBaseService.cs +++ b/EOM.TSHotelManagement.Application/Zero/Base/IBaseService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 基础信息接口 diff --git a/EOM.TSHotelManager.Application/Zero/CheckInfo/CheckInfoService.cs b/EOM.TSHotelManagement.Application/Zero/CheckInfo/CheckInfoService.cs similarity index 94% rename from EOM.TSHotelManager.Application/Zero/CheckInfo/CheckInfoService.cs rename to EOM.TSHotelManagement.Application/Zero/CheckInfo/CheckInfoService.cs index 1d403d2..8c7ef29 100644 --- a/EOM.TSHotelManager.Application/Zero/CheckInfo/CheckInfoService.cs +++ b/EOM.TSHotelManagement.Application/Zero/CheckInfo/CheckInfoService.cs @@ -21,10 +21,10 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 监管统计接口实现类 diff --git a/EOM.TSHotelManager.Application/Zero/CheckInfo/ICheckInfoService.cs b/EOM.TSHotelManagement.Application/Zero/CheckInfo/ICheckInfoService.cs similarity index 94% rename from EOM.TSHotelManager.Application/Zero/CheckInfo/ICheckInfoService.cs rename to EOM.TSHotelManagement.Application/Zero/CheckInfo/ICheckInfoService.cs index 874c478..59beba8 100644 --- a/EOM.TSHotelManager.Application/Zero/CheckInfo/ICheckInfoService.cs +++ b/EOM.TSHotelManagement.Application/Zero/CheckInfo/ICheckInfoService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 监管统计接口 diff --git a/EOM.TSHotelManager.Application/Zero/Menu/IMenuService.cs b/EOM.TSHotelManagement.Application/Zero/Menu/IMenuService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Zero/Menu/IMenuService.cs rename to EOM.TSHotelManagement.Application/Zero/Menu/IMenuService.cs index 7bca2cf..20b2d67 100644 --- a/EOM.TSHotelManager.Application/Zero/Menu/IMenuService.cs +++ b/EOM.TSHotelManagement.Application/Zero/Menu/IMenuService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 菜单接口 diff --git a/EOM.TSHotelManager.Application/Zero/Menu/MenuService.cs b/EOM.TSHotelManagement.Application/Zero/Menu/MenuService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Zero/Menu/MenuService.cs rename to EOM.TSHotelManagement.Application/Zero/Menu/MenuService.cs index 3a79a66..84f70fa 100644 --- a/EOM.TSHotelManager.Application/Zero/Menu/MenuService.cs +++ b/EOM.TSHotelManagement.Application/Zero/Menu/MenuService.cs @@ -21,11 +21,11 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; using jvncorelib.EntityLib; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 菜单接口实现类 diff --git a/EOM.TSHotelManager.Application/Zero/Module/AdminModuleZeroService.cs b/EOM.TSHotelManagement.Application/Zero/Module/AdminModuleZeroService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Zero/Module/AdminModuleZeroService.cs rename to EOM.TSHotelManagement.Application/Zero/Module/AdminModuleZeroService.cs index 1158745..5a00816 100644 --- a/EOM.TSHotelManager.Application/Zero/Module/AdminModuleZeroService.cs +++ b/EOM.TSHotelManagement.Application/Zero/Module/AdminModuleZeroService.cs @@ -1,7 +1,7 @@ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 管理员模块权限管理接口实现类 @@ -26,7 +26,7 @@ namespace EOM.TSHotelManager.Application /// 获取所有模块 /// /// - public List GetAllModule() + public List GetAllModule() { List modules = moduleZeroRepository.Change().GetList(); modules.ForEach(source => diff --git a/EOM.TSHotelManager.Application/Zero/Module/IAdminModuleZeroService.cs b/EOM.TSHotelManagement.Application/Zero/Module/IAdminModuleZeroService.cs similarity index 91% rename from EOM.TSHotelManager.Application/Zero/Module/IAdminModuleZeroService.cs rename to EOM.TSHotelManagement.Application/Zero/Module/IAdminModuleZeroService.cs index 38d2f2d..c92cf36 100644 --- a/EOM.TSHotelManager.Application/Zero/Module/IAdminModuleZeroService.cs +++ b/EOM.TSHotelManagement.Application/Zero/Module/IAdminModuleZeroService.cs @@ -1,6 +1,6 @@ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 管理员模块权限管理接口 diff --git a/EOM.TSHotelManager.Application/Zero/Notice/INoticeService.cs b/EOM.TSHotelManagement.Application/Zero/Notice/INoticeService.cs similarity index 95% rename from EOM.TSHotelManager.Application/Zero/Notice/INoticeService.cs rename to EOM.TSHotelManagement.Application/Zero/Notice/INoticeService.cs index b90cd71..235d711 100644 --- a/EOM.TSHotelManager.Application/Zero/Notice/INoticeService.cs +++ b/EOM.TSHotelManagement.Application/Zero/Notice/INoticeService.cs @@ -21,9 +21,9 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 公告接口 diff --git a/EOM.TSHotelManager.Application/Zero/Notice/NoticeService.cs b/EOM.TSHotelManagement.Application/Zero/Notice/NoticeService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Zero/Notice/NoticeService.cs rename to EOM.TSHotelManagement.Application/Zero/Notice/NoticeService.cs index e62da63..7348325 100644 --- a/EOM.TSHotelManager.Application/Zero/Notice/NoticeService.cs +++ b/EOM.TSHotelManagement.Application/Zero/Notice/NoticeService.cs @@ -21,10 +21,10 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 公告信息接口实现类 diff --git a/EOM.TSHotelManager.Application/Zero/VipRule/IVipRuleAppService.cs b/EOM.TSHotelManagement.Application/Zero/VipRule/IVipRuleAppService.cs similarity index 96% rename from EOM.TSHotelManager.Application/Zero/VipRule/IVipRuleAppService.cs rename to EOM.TSHotelManagement.Application/Zero/VipRule/IVipRuleAppService.cs index 6fe660a..62c5e21 100644 --- a/EOM.TSHotelManager.Application/Zero/VipRule/IVipRuleAppService.cs +++ b/EOM.TSHotelManagement.Application/Zero/VipRule/IVipRuleAppService.cs @@ -22,9 +22,9 @@ * *模块说明:会员等级规则功能模块接口 */ -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Common.Core; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 会员等级规则功能模块接口 diff --git a/EOM.TSHotelManager.Application/Zero/VipRule/VipRuleAppService.cs b/EOM.TSHotelManagement.Application/Zero/VipRule/VipRuleAppService.cs similarity index 97% rename from EOM.TSHotelManager.Application/Zero/VipRule/VipRuleAppService.cs rename to EOM.TSHotelManagement.Application/Zero/VipRule/VipRuleAppService.cs index 9096c1c..0787ac2 100644 --- a/EOM.TSHotelManager.Application/Zero/VipRule/VipRuleAppService.cs +++ b/EOM.TSHotelManagement.Application/Zero/VipRule/VipRuleAppService.cs @@ -21,10 +21,10 @@ *SOFTWARE. * */ -using EOM.TSHotelManager.Common.Core; -using EOM.TSHotelManager.EntityFramework; +using EOM.TSHotelManagement.Common.Core; +using EOM.TSHotelManagement.EntityFramework; -namespace EOM.TSHotelManager.Application +namespace EOM.TSHotelManagement.Application { /// /// 会员等级规则功能模块接口实现类 diff --git a/EOM.TSHotelManager.Common.Core/BaseDTO.cs b/EOM.TSHotelManagement.Common.Core/BaseDTO.cs similarity index 95% rename from EOM.TSHotelManager.Common.Core/BaseDTO.cs rename to EOM.TSHotelManagement.Common.Core/BaseDTO.cs index 02d3979..38c77f3 100644 --- a/EOM.TSHotelManager.Common.Core/BaseDTO.cs +++ b/EOM.TSHotelManagement.Common.Core/BaseDTO.cs @@ -1,6 +1,6 @@ using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { public class BaseDTO { diff --git a/EOM.TSHotelManager.Common.Core/Business/Cash/Cash.cs b/EOM.TSHotelManagement.Common.Core/Business/Cash/Cash.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Business/Cash/Cash.cs rename to EOM.TSHotelManagement.Common.Core/Business/Cash/Cash.cs index 02fe1b2..6ed763c 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Cash/Cash.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Cash/Cash.cs @@ -22,9 +22,9 @@ * *模块说明:资产类 */ -using EOM.TSHotelManager.Common.Util; +using EOM.TSHotelManagement.Common.Util; using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 资产管理 diff --git a/EOM.TSHotelManager.Common.Core/Business/Customer/Custo.cs b/EOM.TSHotelManagement.Common.Core/Business/Customer/Custo.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Business/Customer/Custo.cs rename to EOM.TSHotelManagement.Common.Core/Business/Customer/Custo.cs index 02a11d4..a34ba97 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Customer/Custo.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Customer/Custo.cs @@ -22,10 +22,10 @@ * *模块说明:客户信息类 */ -using EOM.TSHotelManager.Common.Util; +using EOM.TSHotelManagement.Common.Util; using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 客户信息 diff --git a/EOM.TSHotelManager.Common.Core/Business/Customer/CustoSpend.cs b/EOM.TSHotelManagement.Common.Core/Business/Customer/CustoSpend.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Business/Customer/CustoSpend.cs rename to EOM.TSHotelManagement.Common.Core/Business/Customer/CustoSpend.cs index f83b28d..bf7702a 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Customer/CustoSpend.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Customer/CustoSpend.cs @@ -22,7 +22,7 @@ * *模块说明:酒店盈利情况类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 酒店盈利情况 diff --git a/EOM.TSHotelManager.Common.Core/Business/Customer/CustoType.cs b/EOM.TSHotelManagement.Common.Core/Business/Customer/CustoType.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Business/Customer/CustoType.cs rename to EOM.TSHotelManagement.Common.Core/Business/Customer/CustoType.cs index c0cc2aa..836dcfd 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Customer/CustoType.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Customer/CustoType.cs @@ -22,7 +22,7 @@ * *模块说明:客户类型类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 客户类型 diff --git a/EOM.TSHotelManager.Common.Core/Business/Customer/PassPortType.cs b/EOM.TSHotelManagement.Common.Core/Business/Customer/PassPortType.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Business/Customer/PassPortType.cs rename to EOM.TSHotelManagement.Common.Core/Business/Customer/PassPortType.cs index 7ac1ff0..e772cf3 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Customer/PassPortType.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Customer/PassPortType.cs @@ -22,7 +22,7 @@ * *模块说明:证件类型类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 证件类型 diff --git a/EOM.TSHotelManager.Common.Core/Business/Customer/SexType.cs b/EOM.TSHotelManagement.Common.Core/Business/Customer/SexType.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Business/Customer/SexType.cs rename to EOM.TSHotelManagement.Common.Core/Business/Customer/SexType.cs index f34d86a..6cb154f 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Customer/SexType.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Customer/SexType.cs @@ -22,7 +22,7 @@ * *模块说明:性别类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 性别 diff --git a/EOM.TSHotelManager.Common.Core/Business/Fonts/Fonts.cs b/EOM.TSHotelManagement.Common.Core/Business/Fonts/Fonts.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Business/Fonts/Fonts.cs rename to EOM.TSHotelManagement.Common.Core/Business/Fonts/Fonts.cs index 2c7aa9a..ca5a7b8 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Fonts/Fonts.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Fonts/Fonts.cs @@ -22,7 +22,7 @@ * *模块说明:宣传联动类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 酒店宣传联动内容 diff --git a/EOM.TSHotelManager.Common.Core/Business/HydroelectricPower/HydroelectricPower.cs b/EOM.TSHotelManagement.Common.Core/Business/HydroelectricPower/HydroelectricPower.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Business/HydroelectricPower/HydroelectricPower.cs rename to EOM.TSHotelManagement.Common.Core/Business/HydroelectricPower/HydroelectricPower.cs index cf56246..ae5f3b7 100644 --- a/EOM.TSHotelManager.Common.Core/Business/HydroelectricPower/HydroelectricPower.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/HydroelectricPower/HydroelectricPower.cs @@ -24,7 +24,7 @@ */ using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 水电信息 diff --git a/EOM.TSHotelManager.Common.Core/Business/Reser/Reser.cs b/EOM.TSHotelManagement.Common.Core/Business/Reser/Reser.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Business/Reser/Reser.cs rename to EOM.TSHotelManagement.Common.Core/Business/Reser/Reser.cs index 79bd68d..00328ea 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Reser/Reser.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Reser/Reser.cs @@ -24,7 +24,7 @@ */ using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 预约列表 diff --git a/EOM.TSHotelManager.Common.Core/Business/Room/Room.cs b/EOM.TSHotelManagement.Common.Core/Business/Room/Room.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Business/Room/Room.cs rename to EOM.TSHotelManagement.Common.Core/Business/Room/Room.cs index b49e672..1ae8163 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Room/Room.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Room/Room.cs @@ -22,11 +22,11 @@ * *模块说明:房间类 */ -using EOM.TSHotelManager.Common.Util; +using EOM.TSHotelManagement.Common.Util; using System; //using System.ComponentModel.DataAnnotations.Schema; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 房间实体类 diff --git a/EOM.TSHotelManager.Common.Core/Business/Room/RoomState.cs b/EOM.TSHotelManagement.Common.Core/Business/Room/RoomState.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Business/Room/RoomState.cs rename to EOM.TSHotelManagement.Common.Core/Business/Room/RoomState.cs index 4f67103..b96fcba 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Room/RoomState.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Room/RoomState.cs @@ -22,7 +22,7 @@ * *模块说明:房间状态类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 房间状态 diff --git a/EOM.TSHotelManager.Common.Core/Business/Room/RoomType.cs b/EOM.TSHotelManagement.Common.Core/Business/Room/RoomType.cs similarity index 96% rename from EOM.TSHotelManager.Common.Core/Business/Room/RoomType.cs rename to EOM.TSHotelManagement.Common.Core/Business/Room/RoomType.cs index f9f6310..eba061b 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Room/RoomType.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Room/RoomType.cs @@ -22,9 +22,9 @@ * *模块说明:房间类型类 */ -using EOM.TSHotelManager.Common.Util; +using EOM.TSHotelManagement.Common.Util; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 房间类型 diff --git a/EOM.TSHotelManager.Common.Core/Business/Sellthing/SellThing.cs b/EOM.TSHotelManagement.Common.Core/Business/Sellthing/SellThing.cs similarity index 96% rename from EOM.TSHotelManager.Common.Core/Business/Sellthing/SellThing.cs rename to EOM.TSHotelManagement.Common.Core/Business/Sellthing/SellThing.cs index 1aab0e7..82750d3 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Sellthing/SellThing.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Sellthing/SellThing.cs @@ -24,9 +24,9 @@ */ //using System.ComponentModel.DataAnnotations.Schema; -using EOM.TSHotelManager.Common.Util; +using EOM.TSHotelManagement.Common.Util; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 商品信息 diff --git a/EOM.TSHotelManager.Common.Core/Business/Spend/Spend.cs b/EOM.TSHotelManagement.Common.Core/Business/Spend/Spend.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Business/Spend/Spend.cs rename to EOM.TSHotelManagement.Common.Core/Business/Spend/Spend.cs index ba08544..2fd972c 100644 --- a/EOM.TSHotelManager.Common.Core/Business/Spend/Spend.cs +++ b/EOM.TSHotelManagement.Common.Core/Business/Spend/Spend.cs @@ -22,10 +22,10 @@ * *模块说明:消费信息类 */ -using EOM.TSHotelManager.Common.Util; +using EOM.TSHotelManagement.Common.Util; using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 消费信息 diff --git a/EOM.TSHotelManager.Common.Core/EOM.TSHotelManager.Common.Core.csproj b/EOM.TSHotelManagement.Common.Core/EOM.TSHotelManagement.Common.Core.csproj similarity index 74% rename from EOM.TSHotelManager.Common.Core/EOM.TSHotelManager.Common.Core.csproj rename to EOM.TSHotelManagement.Common.Core/EOM.TSHotelManagement.Common.Core.csproj index 92a390b..1c3bb57 100644 --- a/EOM.TSHotelManager.Common.Core/EOM.TSHotelManager.Common.Core.csproj +++ b/EOM.TSHotelManagement.Common.Core/EOM.TSHotelManagement.Common.Core.csproj @@ -10,7 +10,7 @@ - + diff --git a/EOM.TSHotelManager.Common.Core/OSelectAllDto.cs b/EOM.TSHotelManagement.Common.Core/OSelectAllDto.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/OSelectAllDto.cs rename to EOM.TSHotelManagement.Common.Core/OSelectAllDto.cs index d7fca7e..77a1d0f 100644 --- a/EOM.TSHotelManager.Common.Core/OSelectAllDto.cs +++ b/EOM.TSHotelManagement.Common.Core/OSelectAllDto.cs @@ -23,7 +23,7 @@ */ using System.Collections.Generic; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 查询所有客户信息 diff --git a/EOM.TSHotelManager.Common.Core/Sys/NavBar/NavBar.cs b/EOM.TSHotelManagement.Common.Core/Sys/NavBar/NavBar.cs similarity index 95% rename from EOM.TSHotelManager.Common.Core/Sys/NavBar/NavBar.cs rename to EOM.TSHotelManagement.Common.Core/Sys/NavBar/NavBar.cs index 969fd7a..f591fb5 100644 --- a/EOM.TSHotelManager.Common.Core/Sys/NavBar/NavBar.cs +++ b/EOM.TSHotelManagement.Common.Core/Sys/NavBar/NavBar.cs @@ -1,4 +1,4 @@ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 导航控件实体类 diff --git a/EOM.TSHotelManager.Common.Core/Util/ApplicationVersion.cs b/EOM.TSHotelManagement.Common.Core/Util/ApplicationVersion.cs similarity index 92% rename from EOM.TSHotelManager.Common.Core/Util/ApplicationVersion.cs rename to EOM.TSHotelManagement.Common.Core/Util/ApplicationVersion.cs index adb0fcc..0640e23 100644 --- a/EOM.TSHotelManager.Common.Core/Util/ApplicationVersion.cs +++ b/EOM.TSHotelManagement.Common.Core/Util/ApplicationVersion.cs @@ -1,6 +1,6 @@ using SqlSugar; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 应用版本 diff --git a/EOM.TSHotelManager.Common.Core/Util/Cardcodes.cs b/EOM.TSHotelManagement.Common.Core/Util/Cardcodes.cs similarity index 96% rename from EOM.TSHotelManager.Common.Core/Util/Cardcodes.cs rename to EOM.TSHotelManagement.Common.Core/Util/Cardcodes.cs index 0901645..782a2e9 100644 --- a/EOM.TSHotelManager.Common.Core/Util/Cardcodes.cs +++ b/EOM.TSHotelManagement.Common.Core/Util/Cardcodes.cs @@ -1,4 +1,4 @@ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 卡片代码 diff --git a/EOM.TSHotelManager.Common.Core/Util/OperationLog.cs b/EOM.TSHotelManagement.Common.Core/Util/OperationLog.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Util/OperationLog.cs rename to EOM.TSHotelManagement.Common.Core/Util/OperationLog.cs index c92b3d1..d717db7 100644 --- a/EOM.TSHotelManager.Common.Core/Util/OperationLog.cs +++ b/EOM.TSHotelManagement.Common.Core/Util/OperationLog.cs @@ -24,7 +24,7 @@ */ using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 日志等级 diff --git a/EOM.TSHotelManager.Common.Core/Worker/GBType.cs b/EOM.TSHotelManagement.Common.Core/Worker/GBType.cs similarity index 95% rename from EOM.TSHotelManager.Common.Core/Worker/GBType.cs rename to EOM.TSHotelManagement.Common.Core/Worker/GBType.cs index 22220d6..0ee1c27 100644 --- a/EOM.TSHotelManager.Common.Core/Worker/GBType.cs +++ b/EOM.TSHotelManagement.Common.Core/Worker/GBType.cs @@ -22,8 +22,8 @@ * *模块说明:奖惩类型类 */ -//using EOM.TSHotelManager.Common.Core; -namespace EOM.TSHotelManager.Common.Core +//using EOM.TSHotelManagement.Common.Core; +namespace EOM.TSHotelManagement.Common.Core { /// /// 奖惩类型实体类 diff --git a/EOM.TSHotelManager.Common.Core/Worker/Worker.cs b/EOM.TSHotelManagement.Common.Core/Worker/Worker.cs similarity index 99% rename from EOM.TSHotelManager.Common.Core/Worker/Worker.cs rename to EOM.TSHotelManagement.Common.Core/Worker/Worker.cs index ae827a0..ae1d4ee 100644 --- a/EOM.TSHotelManager.Common.Core/Worker/Worker.cs +++ b/EOM.TSHotelManagement.Common.Core/Worker/Worker.cs @@ -24,7 +24,7 @@ */ using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 员工信息 diff --git a/EOM.TSHotelManager.Common.Core/Worker/WorkerCheck.cs b/EOM.TSHotelManagement.Common.Core/Worker/WorkerCheck.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Worker/WorkerCheck.cs rename to EOM.TSHotelManagement.Common.Core/Worker/WorkerCheck.cs index f95752f..5bd24a5 100644 --- a/EOM.TSHotelManager.Common.Core/Worker/WorkerCheck.cs +++ b/EOM.TSHotelManagement.Common.Core/Worker/WorkerCheck.cs @@ -24,7 +24,7 @@ */ using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 员工打卡考勤 diff --git a/EOM.TSHotelManager.Common.Core/Worker/WorkerGoodBad.cs b/EOM.TSHotelManagement.Common.Core/Worker/WorkerGoodBad.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Worker/WorkerGoodBad.cs rename to EOM.TSHotelManagement.Common.Core/Worker/WorkerGoodBad.cs index 7dff223..b0684f9 100644 --- a/EOM.TSHotelManager.Common.Core/Worker/WorkerGoodBad.cs +++ b/EOM.TSHotelManagement.Common.Core/Worker/WorkerGoodBad.cs @@ -24,7 +24,7 @@ */ using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 员工奖罚 diff --git a/EOM.TSHotelManager.Common.Core/Worker/WorkerHistory.cs b/EOM.TSHotelManagement.Common.Core/Worker/WorkerHistory.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Worker/WorkerHistory.cs rename to EOM.TSHotelManagement.Common.Core/Worker/WorkerHistory.cs index 23b7fbc..dd374b7 100644 --- a/EOM.TSHotelManager.Common.Core/Worker/WorkerHistory.cs +++ b/EOM.TSHotelManagement.Common.Core/Worker/WorkerHistory.cs @@ -24,7 +24,7 @@ */ using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 员工履历 diff --git a/EOM.TSHotelManager.Common.Core/Worker/WorkerPic.cs b/EOM.TSHotelManagement.Common.Core/Worker/WorkerPic.cs similarity index 94% rename from EOM.TSHotelManager.Common.Core/Worker/WorkerPic.cs rename to EOM.TSHotelManagement.Common.Core/Worker/WorkerPic.cs index 381a152..2fe0619 100644 --- a/EOM.TSHotelManager.Common.Core/Worker/WorkerPic.cs +++ b/EOM.TSHotelManagement.Common.Core/Worker/WorkerPic.cs @@ -1,5 +1,5 @@ //using System.ComponentModel.DataAnnotations.Schema; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 员工照片 diff --git a/EOM.TSHotelManager.Common.Core/Zero/Admin.cs b/EOM.TSHotelManagement.Common.Core/Zero/Admin.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Zero/Admin.cs rename to EOM.TSHotelManagement.Common.Core/Zero/Admin.cs index 96828e4..76b41c6 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/Admin.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/Admin.cs @@ -22,9 +22,9 @@ * *模块说明:管理员实体类 */ -using EOM.TSHotelManager.Common.Util; +using EOM.TSHotelManagement.Common.Util; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 管理员实体类 diff --git a/EOM.TSHotelManager.Common.Core/Zero/AdminType.cs b/EOM.TSHotelManagement.Common.Core/Zero/AdminType.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Zero/AdminType.cs rename to EOM.TSHotelManagement.Common.Core/Zero/AdminType.cs index ae072d5..8fe5076 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/AdminType.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/AdminType.cs @@ -22,7 +22,7 @@ * *模块说明:管理员类型 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 管理员类型 diff --git a/EOM.TSHotelManager.Common.Core/Zero/Base.cs b/EOM.TSHotelManagement.Common.Core/Zero/Base.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Zero/Base.cs rename to EOM.TSHotelManagement.Common.Core/Zero/Base.cs index 6154936..edd0059 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/Base.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/Base.cs @@ -22,7 +22,7 @@ * *模块说明:系统信息静态类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 系统信息 diff --git a/EOM.TSHotelManager.Common.Core/Zero/CheckInfo.cs b/EOM.TSHotelManagement.Common.Core/Zero/CheckInfo.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Zero/CheckInfo.cs rename to EOM.TSHotelManagement.Common.Core/Zero/CheckInfo.cs index 06366e6..e85ca43 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/CheckInfo.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/CheckInfo.cs @@ -22,7 +22,7 @@ * *模块说明:监管统计类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 监管统计 diff --git a/EOM.TSHotelManager.Common.Core/Zero/Dept.cs b/EOM.TSHotelManagement.Common.Core/Zero/Dept.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Zero/Dept.cs rename to EOM.TSHotelManagement.Common.Core/Zero/Dept.cs index 0252197..fd3eae1 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/Dept.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/Dept.cs @@ -24,7 +24,7 @@ */ using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 部门表 diff --git a/EOM.TSHotelManager.Common.Core/Zero/Education.cs b/EOM.TSHotelManagement.Common.Core/Zero/Education.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Zero/Education.cs rename to EOM.TSHotelManagement.Common.Core/Zero/Education.cs index c562be9..ad992f6 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/Education.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/Education.cs @@ -22,7 +22,7 @@ * *模块说明:学历类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 学历 diff --git a/EOM.TSHotelManager.Common.Core/Zero/Menu.cs b/EOM.TSHotelManagement.Common.Core/Zero/Menu.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Zero/Menu.cs rename to EOM.TSHotelManagement.Common.Core/Zero/Menu.cs index 3ecadeb..5677754 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/Menu.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/Menu.cs @@ -26,7 +26,7 @@ using System; using System.Collections.Generic; using System.Linq; using SqlSugar; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 菜单表 diff --git a/EOM.TSHotelManager.Common.Core/Zero/MenuViewModel.cs b/EOM.TSHotelManagement.Common.Core/Zero/MenuViewModel.cs similarity index 93% rename from EOM.TSHotelManager.Common.Core/Zero/MenuViewModel.cs rename to EOM.TSHotelManagement.Common.Core/Zero/MenuViewModel.cs index 0bfcf91..a5021e5 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/MenuViewModel.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/MenuViewModel.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 菜单视图模型 diff --git a/EOM.TSHotelManager.Common.Core/Zero/Module.cs b/EOM.TSHotelManagement.Common.Core/Zero/Module.cs similarity index 92% rename from EOM.TSHotelManager.Common.Core/Zero/Module.cs rename to EOM.TSHotelManagement.Common.Core/Zero/Module.cs index cc1460b..0f2f364 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/Module.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/Module.cs @@ -1,4 +1,4 @@ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 模块实体 diff --git a/EOM.TSHotelManager.Common.Core/Zero/ModuleConsts.cs b/EOM.TSHotelManagement.Common.Core/Zero/ModuleConsts.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Zero/ModuleConsts.cs rename to EOM.TSHotelManagement.Common.Core/Zero/ModuleConsts.cs index 61d1885..a36d5c0 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/ModuleConsts.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/ModuleConsts.cs @@ -22,7 +22,7 @@ * *模块说明:系统模块常量类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 系统模块常量类 diff --git a/EOM.TSHotelManager.Common.Core/Zero/ModuleZero.cs b/EOM.TSHotelManagement.Common.Core/Zero/ModuleZero.cs similarity index 94% rename from EOM.TSHotelManager.Common.Core/Zero/ModuleZero.cs rename to EOM.TSHotelManagement.Common.Core/Zero/ModuleZero.cs index 39399d0..89d71ae 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/ModuleZero.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/ModuleZero.cs @@ -1,4 +1,4 @@ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// diff --git a/EOM.TSHotelManager.Common.Core/Zero/Nation.cs b/EOM.TSHotelManagement.Common.Core/Zero/Nation.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Zero/Nation.cs rename to EOM.TSHotelManagement.Common.Core/Zero/Nation.cs index fdc8e33..df8796d 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/Nation.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/Nation.cs @@ -22,7 +22,7 @@ * *模块说明:民族类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 民族 diff --git a/EOM.TSHotelManager.Common.Core/Zero/Notice.cs b/EOM.TSHotelManagement.Common.Core/Zero/Notice.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Zero/Notice.cs rename to EOM.TSHotelManagement.Common.Core/Zero/Notice.cs index 377262d..cb00f21 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/Notice.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/Notice.cs @@ -24,7 +24,7 @@ */ using System; -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 任命公告 diff --git a/EOM.TSHotelManager.Common.Core/Zero/VipRule.cs b/EOM.TSHotelManagement.Common.Core/Zero/VipRule.cs similarity index 98% rename from EOM.TSHotelManager.Common.Core/Zero/VipRule.cs rename to EOM.TSHotelManagement.Common.Core/Zero/VipRule.cs index 2a905c1..42c8130 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/VipRule.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/VipRule.cs @@ -22,7 +22,7 @@ * *模块说明:会员等级规则类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 会员等级规则类 diff --git a/EOM.TSHotelManager.Common.Core/Zero/position.cs b/EOM.TSHotelManagement.Common.Core/Zero/position.cs similarity index 97% rename from EOM.TSHotelManager.Common.Core/Zero/position.cs rename to EOM.TSHotelManagement.Common.Core/Zero/position.cs index 2758355..d72e83b 100644 --- a/EOM.TSHotelManager.Common.Core/Zero/position.cs +++ b/EOM.TSHotelManagement.Common.Core/Zero/position.cs @@ -22,7 +22,7 @@ * *模块说明:职务类 */ -namespace EOM.TSHotelManager.Common.Core +namespace EOM.TSHotelManagement.Common.Core { /// /// 职位 diff --git a/EOM.TSHotelManager.Common.Util/EOM.TSHotelManager.Common.Util.csproj b/EOM.TSHotelManagement.Common.Util/EOM.TSHotelManagement.Common.Util.csproj similarity index 100% rename from EOM.TSHotelManager.Common.Util/EOM.TSHotelManager.Common.Util.csproj rename to EOM.TSHotelManagement.Common.Util/EOM.TSHotelManagement.Common.Util.csproj diff --git a/EOM.TSHotelManager.Common.Util/Validator/NeedValidAttribute.cs b/EOM.TSHotelManagement.Common.Util/Validator/NeedValidAttribute.cs similarity index 74% rename from EOM.TSHotelManager.Common.Util/Validator/NeedValidAttribute.cs rename to EOM.TSHotelManagement.Common.Util/Validator/NeedValidAttribute.cs index 1b746f2..9a9e574 100644 --- a/EOM.TSHotelManager.Common.Util/Validator/NeedValidAttribute.cs +++ b/EOM.TSHotelManagement.Common.Util/Validator/NeedValidAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace EOM.TSHotelManager.Common.Util +namespace EOM.TSHotelManagement.Common.Util { [AttributeUsage(AttributeTargets.Property)] public class NeedValidAttribute : Attribute diff --git a/EOM.TSHotelManager.Common.Util/Validator/UIDisplayAttribute.cs b/EOM.TSHotelManagement.Common.Util/Validator/UIDisplayAttribute.cs similarity index 90% rename from EOM.TSHotelManager.Common.Util/Validator/UIDisplayAttribute.cs rename to EOM.TSHotelManagement.Common.Util/Validator/UIDisplayAttribute.cs index 81b8e7b..e16b97e 100644 --- a/EOM.TSHotelManager.Common.Util/Validator/UIDisplayAttribute.cs +++ b/EOM.TSHotelManagement.Common.Util/Validator/UIDisplayAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace EOM.TSHotelManager.Common.Util +namespace EOM.TSHotelManagement.Common.Util { [AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)] public class UIDisplayAttribute : Attribute diff --git a/EOM.TSHotelManager.Common.Util/Validator/ValidateHelper.cs b/EOM.TSHotelManagement.Common.Util/Validator/ValidateHelper.cs similarity index 97% rename from EOM.TSHotelManager.Common.Util/Validator/ValidateHelper.cs rename to EOM.TSHotelManagement.Common.Util/Validator/ValidateHelper.cs index 50c7596..de882ac 100644 --- a/EOM.TSHotelManager.Common.Util/Validator/ValidateHelper.cs +++ b/EOM.TSHotelManagement.Common.Util/Validator/ValidateHelper.cs @@ -1,7 +1,7 @@ using System; using System.Reflection; -namespace EOM.TSHotelManager.Common.Util +namespace EOM.TSHotelManagement.Common.Util { public static class ValidateHelper { diff --git a/EOM.TSHotelManager.EntityFramework/EOM.TSHotelManager.EntityFramework.csproj b/EOM.TSHotelManagement.EntityFramework/EOM.TSHotelManagement.EntityFramework.csproj similarity index 75% rename from EOM.TSHotelManager.EntityFramework/EOM.TSHotelManager.EntityFramework.csproj rename to EOM.TSHotelManagement.EntityFramework/EOM.TSHotelManagement.EntityFramework.csproj index 1a90b4e..c583dfd 100644 --- a/EOM.TSHotelManager.EntityFramework/EOM.TSHotelManager.EntityFramework.csproj +++ b/EOM.TSHotelManagement.EntityFramework/EOM.TSHotelManagement.EntityFramework.csproj @@ -11,7 +11,7 @@ - + diff --git a/EOM.TSHotelManager.EntityFramework/Repository/GenericRepository.cs b/EOM.TSHotelManagement.EntityFramework/Repository/GenericRepository.cs similarity index 88% rename from EOM.TSHotelManager.EntityFramework/Repository/GenericRepository.cs rename to EOM.TSHotelManagement.EntityFramework/Repository/GenericRepository.cs index 5f84bb4..e6e8331 100644 --- a/EOM.TSHotelManager.EntityFramework/Repository/GenericRepository.cs +++ b/EOM.TSHotelManagement.EntityFramework/Repository/GenericRepository.cs @@ -1,6 +1,6 @@ using SqlSugar; -namespace EOM.TSHotelManager.EntityFramework +namespace EOM.TSHotelManagement.EntityFramework { public class GenericRepository : SimpleClient where T : class, new() { diff --git a/EOM.TSHotelManager.Shared/EOM.TSHotelManager.Shared.csproj b/EOM.TSHotelManagement.Shared/EOM.TSHotelManagement.Shared.csproj similarity index 100% rename from EOM.TSHotelManager.Shared/EOM.TSHotelManager.Shared.csproj rename to EOM.TSHotelManagement.Shared/EOM.TSHotelManagement.Shared.csproj diff --git a/EOM.TSHotelManager.Shared/Interfaces/IJwtConfigFactory.cs b/EOM.TSHotelManagement.Shared/Interfaces/IJwtConfigFactory.cs similarity index 67% rename from EOM.TSHotelManager.Shared/Interfaces/IJwtConfigFactory.cs rename to EOM.TSHotelManagement.Shared/Interfaces/IJwtConfigFactory.cs index c61c8b2..7d6399b 100644 --- a/EOM.TSHotelManager.Shared/Interfaces/IJwtConfigFactory.cs +++ b/EOM.TSHotelManagement.Shared/Interfaces/IJwtConfigFactory.cs @@ -1,4 +1,4 @@ -namespace EOM.TSHotelManager.Shared +namespace EOM.TSHotelManagement.Shared { public interface IJwtConfigFactory { diff --git a/EOM.TSHotelManager.Shared/Interfaces/ISqlSugarClientFactory.cs b/EOM.TSHotelManagement.Shared/Interfaces/ISqlSugarClientFactory.cs similarity index 78% rename from EOM.TSHotelManager.Shared/Interfaces/ISqlSugarClientFactory.cs rename to EOM.TSHotelManagement.Shared/Interfaces/ISqlSugarClientFactory.cs index 112a084..edb0d38 100644 --- a/EOM.TSHotelManager.Shared/Interfaces/ISqlSugarClientFactory.cs +++ b/EOM.TSHotelManagement.Shared/Interfaces/ISqlSugarClientFactory.cs @@ -1,6 +1,6 @@ using SqlSugar; -namespace EOM.TSHotelManager.Shared +namespace EOM.TSHotelManagement.Shared { public interface ISqlSugarClientFactory { diff --git a/EOM.TSHotelManager.Shared/JwtConfig.cs b/EOM.TSHotelManagement.Shared/JwtConfig.cs similarity index 89% rename from EOM.TSHotelManager.Shared/JwtConfig.cs rename to EOM.TSHotelManagement.Shared/JwtConfig.cs index ce0fa38..341bed2 100644 --- a/EOM.TSHotelManager.Shared/JwtConfig.cs +++ b/EOM.TSHotelManagement.Shared/JwtConfig.cs @@ -1,4 +1,4 @@ -namespace EOM.TSHotelManager.Shared +namespace EOM.TSHotelManagement.Shared { public class JwtConfig { diff --git a/EOM.TSHotelManager.Shared/SpendConsts.cs b/EOM.TSHotelManagement.Shared/SpendConsts.cs similarity index 97% rename from EOM.TSHotelManager.Shared/SpendConsts.cs rename to EOM.TSHotelManagement.Shared/SpendConsts.cs index ace74a4..874d8f4 100644 --- a/EOM.TSHotelManager.Shared/SpendConsts.cs +++ b/EOM.TSHotelManagement.Shared/SpendConsts.cs @@ -22,7 +22,7 @@ * *模块说明:结算状态常量 */ -namespace EOM.TSHotelManager.Shared +namespace EOM.TSHotelManagement.Shared { /// /// 结算状态常量 diff --git a/EOM.TSHotelManager.Web.sln b/EOM.TSHotelManagement.Web.sln similarity index 78% rename from EOM.TSHotelManager.Web.sln rename to EOM.TSHotelManagement.Web.sln index 326e30c..1cc368d 100644 --- a/EOM.TSHotelManager.Web.sln +++ b/EOM.TSHotelManagement.Web.sln @@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.3.32922.545 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManager.EntityFramework", "EOM.TSHotelManager.EntityFramework\EOM.TSHotelManager.EntityFramework.csproj", "{B0415048-E431-4FCF-9CF7-C1345C6F7750}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManagement.EntityFramework", "EOM.TSHotelManagement.EntityFramework\EOM.TSHotelManagement.EntityFramework.csproj", "{B0415048-E431-4FCF-9CF7-C1345C6F7750}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManager.Application", "EOM.TSHotelManager.Application\EOM.TSHotelManager.Application.csproj", "{FE75A00A-4B07-49CE-8F17-F483044A569A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManagement.Application", "EOM.TSHotelManagement.Application\EOM.TSHotelManagement.Application.csproj", "{FE75A00A-4B07-49CE-8F17-F483044A569A}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManager.WebApi", "EOM.TSHotelManager.WebApi\EOM.TSHotelManager.WebApi.csproj", "{4E6141F1-5096-46AB-AF4F-6BB6F348366C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManagement.WebApi", "EOM.TSHotelManagement.WebApi\EOM.TSHotelManagement.WebApi.csproj", "{4E6141F1-5096-46AB-AF4F-6BB6F348366C}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManager.Common.Core", "EOM.TSHotelManager.Common.Core\EOM.TSHotelManager.Common.Core.csproj", "{D99F4527-C620-4073-92B1-254A6C7FA363}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManagement.Common.Core", "EOM.TSHotelManagement.Common.Core\EOM.TSHotelManagement.Common.Core.csproj", "{D99F4527-C620-4073-92B1-254A6C7FA363}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManager.Common.Util", "EOM.TSHotelManager.Common.Util\EOM.TSHotelManager.Common.Util.csproj", "{4D8B62E1-2D40-47E6-912D-D7B08F3F031A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManagement.Common.Util", "EOM.TSHotelManagement.Common.Util\EOM.TSHotelManagement.Common.Util.csproj", "{4D8B62E1-2D40-47E6-912D-D7B08F3F031A}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManager.Shared", "EOM.TSHotelManager.Shared\EOM.TSHotelManager.Shared.csproj", "{1DC1D6E4-9FEB-4AD3-B1A4-0C20241C6D85}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EOM.TSHotelManagement.Shared", "EOM.TSHotelManagement.Shared\EOM.TSHotelManagement.Shared.csproj", "{1DC1D6E4-9FEB-4AD3-B1A4-0C20241C6D85}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/EOM.TSHotelManager.WebApi/.config/dotnet-tools.json b/EOM.TSHotelManagement.WebApi/.config/dotnet-tools.json similarity index 100% rename from EOM.TSHotelManager.WebApi/.config/dotnet-tools.json rename to EOM.TSHotelManagement.WebApi/.config/dotnet-tools.json diff --git a/EOM.TSHotelManager.WebApi/Controllers/Business/Cash/CashController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Business/Cash/CashController.cs similarity index 88% rename from EOM.TSHotelManager.WebApi/Controllers/Business/Cash/CashController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Business/Cash/CashController.cs index 388523c..305954e 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Business/Cash/CashController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Business/Cash/CashController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 资产信息控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Business/Customer/CustoController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Business/Customer/CustoController.cs similarity index 95% rename from EOM.TSHotelManager.WebApi/Controllers/Business/Customer/CustoController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Business/Customer/CustoController.cs index c9ffe4f..8c28280 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Business/Customer/CustoController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Business/Customer/CustoController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 用户信息控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Business/Fonts/FontsController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Business/Fonts/FontsController.cs similarity index 86% rename from EOM.TSHotelManager.WebApi/Controllers/Business/Fonts/FontsController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Business/Fonts/FontsController.cs index d7adc6f..df24ba3 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Business/Fonts/FontsController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Business/Fonts/FontsController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 酒店宣传联动内容控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Business/HydroelectricPower/HydroelectricPowerController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Business/HydroelectricPower/HydroelectricPowerController.cs similarity index 96% rename from EOM.TSHotelManager.WebApi/Controllers/Business/HydroelectricPower/HydroelectricPowerController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Business/HydroelectricPower/HydroelectricPowerController.cs index 68d2e9d..0f59b65 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Business/HydroelectricPower/HydroelectricPowerController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Business/HydroelectricPower/HydroelectricPowerController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 水电信息控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Business/Reser/ReserController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Business/Reser/ReserController.cs similarity index 92% rename from EOM.TSHotelManager.WebApi/Controllers/Business/Reser/ReserController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Business/Reser/ReserController.cs index 2a9055c..e3b451a 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Business/Reser/ReserController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Business/Reser/ReserController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 预约信息控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Business/Room/RoomController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Business/Room/RoomController.cs similarity index 97% rename from EOM.TSHotelManager.WebApi/Controllers/Business/Room/RoomController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Business/Room/RoomController.cs index edc935e..3b579cb 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Business/Room/RoomController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Business/Room/RoomController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 房间信息控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Business/Room/RoomTypeController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Business/Room/RoomTypeController.cs similarity index 94% rename from EOM.TSHotelManager.WebApi/Controllers/Business/Room/RoomTypeController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Business/Room/RoomTypeController.cs index af26076..c5e1fa7 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Business/Room/RoomTypeController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Business/Room/RoomTypeController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 房间类型控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Business/Sellthing/SellthingController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Business/Sellthing/SellthingController.cs similarity index 96% rename from EOM.TSHotelManager.WebApi/Controllers/Business/Sellthing/SellthingController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Business/Sellthing/SellthingController.cs index ebec3cb..6f8da2a 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Business/Sellthing/SellthingController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Business/Sellthing/SellthingController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 商品消费控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Business/Spend/SpendController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Business/Spend/SpendController.cs similarity index 96% rename from EOM.TSHotelManager.WebApi/Controllers/Business/Spend/SpendController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Business/Spend/SpendController.cs index afae9b6..23c0bff 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Business/Spend/SpendController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Business/Spend/SpendController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 消费信息控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Sys/NavBar/NavBarController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Sys/NavBar/NavBarController.cs similarity index 85% rename from EOM.TSHotelManager.WebApi/Controllers/Sys/NavBar/NavBarController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Sys/NavBar/NavBarController.cs index 4e7d3dc..7fed6f0 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Sys/NavBar/NavBarController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Sys/NavBar/NavBarController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 导航控件模块控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Util/AppController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Util/AppController.cs similarity index 92% rename from EOM.TSHotelManager.WebApi/Controllers/Util/AppController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Util/AppController.cs index e1dffa0..8790bf9 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Util/AppController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Util/AppController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 工具类控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Worker/Check/WorkerCheckController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Worker/Check/WorkerCheckController.cs similarity index 93% rename from EOM.TSHotelManager.WebApi/Controllers/Worker/Check/WorkerCheckController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Worker/Check/WorkerCheckController.cs index aaf78ca..fb475a2 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Worker/Check/WorkerCheckController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Worker/Check/WorkerCheckController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 员工打卡控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Worker/GoodBad/WorkerGoodBadController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Worker/GoodBad/WorkerGoodBadController.cs similarity index 90% rename from EOM.TSHotelManager.WebApi/Controllers/Worker/GoodBad/WorkerGoodBadController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Worker/GoodBad/WorkerGoodBadController.cs index 0170449..8d0dc26 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Worker/GoodBad/WorkerGoodBadController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Worker/GoodBad/WorkerGoodBadController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 奖惩信息控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Worker/History/WorkerHistoryController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Worker/History/WorkerHistoryController.cs similarity index 90% rename from EOM.TSHotelManager.WebApi/Controllers/Worker/History/WorkerHistoryController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Worker/History/WorkerHistoryController.cs index b0da49a..258aa98 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Worker/History/WorkerHistoryController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Worker/History/WorkerHistoryController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 员工履历控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Worker/Picture/WorkerPictureController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Worker/Picture/WorkerPictureController.cs similarity index 93% rename from EOM.TSHotelManager.WebApi/Controllers/Worker/Picture/WorkerPictureController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Worker/Picture/WorkerPictureController.cs index f937393..c7e1ac8 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Worker/Picture/WorkerPictureController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Worker/Picture/WorkerPictureController.cs @@ -1,8 +1,8 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 照片控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Worker/WorkerController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Worker/WorkerController.cs similarity index 96% rename from EOM.TSHotelManager.WebApi/Controllers/Worker/WorkerController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Worker/WorkerController.cs index b74c7ac..a82c6ad 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Worker/WorkerController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Worker/WorkerController.cs @@ -1,10 +1,10 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 员工信息控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Zero/Admin/AdminController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Zero/Admin/AdminController.cs similarity index 96% rename from EOM.TSHotelManager.WebApi/Controllers/Zero/Admin/AdminController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Zero/Admin/AdminController.cs index ee57c1b..9491693 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Zero/Admin/AdminController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Zero/Admin/AdminController.cs @@ -1,10 +1,10 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 管理员控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Zero/Base/BaseController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Zero/Base/BaseController.cs similarity index 99% rename from EOM.TSHotelManager.WebApi/Controllers/Zero/Base/BaseController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Zero/Base/BaseController.cs index e7eec77..ded18fe 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Zero/Base/BaseController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Zero/Base/BaseController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 基础信息控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Zero/CheckInfo/CheckInfoController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Zero/CheckInfo/CheckInfoController.cs similarity index 86% rename from EOM.TSHotelManager.WebApi/Controllers/Zero/CheckInfo/CheckInfoController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Zero/CheckInfo/CheckInfoController.cs index 2b30e05..377e6cd 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Zero/CheckInfo/CheckInfoController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Zero/CheckInfo/CheckInfoController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 监管统计控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Zero/Menu/MenuController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Zero/Menu/MenuController.cs similarity index 92% rename from EOM.TSHotelManager.WebApi/Controllers/Zero/Menu/MenuController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Zero/Menu/MenuController.cs index e940bdb..eacb2d8 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Zero/Menu/MenuController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Zero/Menu/MenuController.cs @@ -1,11 +1,11 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 菜单控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Zero/Module/ModuleController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Zero/Module/ModuleController.cs similarity index 93% rename from EOM.TSHotelManager.WebApi/Controllers/Zero/Module/ModuleController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Zero/Module/ModuleController.cs index 51fbe3d..836a7b5 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Zero/Module/ModuleController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Zero/Module/ModuleController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 系统模块控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Zero/Notice/NoticeController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Zero/Notice/NoticeController.cs similarity index 91% rename from EOM.TSHotelManager.WebApi/Controllers/Zero/Notice/NoticeController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Zero/Notice/NoticeController.cs index b30c7ab..f817a39 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Zero/Notice/NoticeController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Zero/Notice/NoticeController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 公告控制器 diff --git a/EOM.TSHotelManager.WebApi/Controllers/Zero/VipRule/VipRuleController.cs b/EOM.TSHotelManagement.WebApi/Controllers/Zero/VipRule/VipRuleController.cs similarity index 93% rename from EOM.TSHotelManager.WebApi/Controllers/Zero/VipRule/VipRuleController.cs rename to EOM.TSHotelManagement.WebApi/Controllers/Zero/VipRule/VipRuleController.cs index 096da0c..4dfe0fa 100644 --- a/EOM.TSHotelManager.WebApi/Controllers/Zero/VipRule/VipRuleController.cs +++ b/EOM.TSHotelManagement.WebApi/Controllers/Zero/VipRule/VipRuleController.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Application; -using EOM.TSHotelManager.Common.Core; +using EOM.TSHotelManagement.Application; +using EOM.TSHotelManagement.Common.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; -namespace EOM.TSHotelManager.WebApi.Controllers +namespace EOM.TSHotelManagement.WebApi.Controllers { /// /// 会员规则控制器 diff --git a/EOM.TSHotelManager.WebApi/EOM.TSHotelManager.WebApi.csproj b/EOM.TSHotelManagement.WebApi/EOM.TSHotelManagement.WebApi.csproj similarity index 78% rename from EOM.TSHotelManager.WebApi/EOM.TSHotelManager.WebApi.csproj rename to EOM.TSHotelManagement.WebApi/EOM.TSHotelManagement.WebApi.csproj index 0ccc6f4..ccf002b 100644 --- a/EOM.TSHotelManager.WebApi/EOM.TSHotelManager.WebApi.csproj +++ b/EOM.TSHotelManagement.WebApi/EOM.TSHotelManagement.WebApi.csproj @@ -2,7 +2,7 @@ net8.0 - EOM.TSHotelManager.WebApi.Program + EOM.TSHotelManagement.WebApi.Program True Linux ..\.. @@ -30,9 +30,9 @@ - - - + + + diff --git a/EOM.TSHotelManager.WebApi/Factory/JwtConfigFactory.cs b/EOM.TSHotelManagement.WebApi/Factory/JwtConfigFactory.cs similarity index 89% rename from EOM.TSHotelManager.WebApi/Factory/JwtConfigFactory.cs rename to EOM.TSHotelManagement.WebApi/Factory/JwtConfigFactory.cs index 4a1af77..e70013a 100644 --- a/EOM.TSHotelManager.WebApi/Factory/JwtConfigFactory.cs +++ b/EOM.TSHotelManagement.WebApi/Factory/JwtConfigFactory.cs @@ -1,7 +1,7 @@ -using EOM.TSHotelManager.Shared; +using EOM.TSHotelManagement.Shared; using Microsoft.Extensions.Configuration; -namespace EOM.TSHotelManager.WebApi +namespace EOM.TSHotelManagement.WebApi { public class JwtConfigFactory : IJwtConfigFactory { diff --git a/EOM.TSHotelManager.WebApi/Factory/SqlSugarClientFactory.cs b/EOM.TSHotelManagement.WebApi/Factory/SqlSugarClientFactory.cs similarity index 96% rename from EOM.TSHotelManager.WebApi/Factory/SqlSugarClientFactory.cs rename to EOM.TSHotelManagement.WebApi/Factory/SqlSugarClientFactory.cs index 966e4cb..208d4ae 100644 --- a/EOM.TSHotelManager.WebApi/Factory/SqlSugarClientFactory.cs +++ b/EOM.TSHotelManagement.WebApi/Factory/SqlSugarClientFactory.cs @@ -1,9 +1,9 @@ -using EOM.TSHotelManager.Shared; +using EOM.TSHotelManagement.Shared; using Microsoft.Extensions.Configuration; using SqlSugar; using System; -namespace EOM.TSHotelManager.WebApi +namespace EOM.TSHotelManagement.WebApi { public class SqlSugarClientFactory : ISqlSugarClientFactory { diff --git a/EOM.TSHotelManager.WebApi/Filter/AuthorizeAllControllersConvention.cs b/EOM.TSHotelManagement.WebApi/Filter/AuthorizeAllControllersConvention.cs similarity index 96% rename from EOM.TSHotelManager.WebApi/Filter/AuthorizeAllControllersConvention.cs rename to EOM.TSHotelManagement.WebApi/Filter/AuthorizeAllControllersConvention.cs index 57343d8..c98f4c7 100644 --- a/EOM.TSHotelManager.WebApi/Filter/AuthorizeAllControllersConvention.cs +++ b/EOM.TSHotelManagement.WebApi/Filter/AuthorizeAllControllersConvention.cs @@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Mvc.ApplicationModels; using Microsoft.AspNetCore.Mvc.Authorization; using System.Linq; -namespace EOM.TSHotelManager.WebApi.Filter +namespace EOM.TSHotelManagement.WebApi.Filter { public class AuthorizeAllControllersConvention : IApplicationModelConvention { diff --git a/EOM.TSHotelManager.WebApi/Program.cs b/EOM.TSHotelManagement.WebApi/Program.cs similarity index 95% rename from EOM.TSHotelManager.WebApi/Program.cs rename to EOM.TSHotelManagement.WebApi/Program.cs index 7f9520c..dedc7bd 100644 --- a/EOM.TSHotelManager.WebApi/Program.cs +++ b/EOM.TSHotelManagement.WebApi/Program.cs @@ -2,7 +2,7 @@ using Autofac.Extensions.DependencyInjection; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; -namespace EOM.TSHotelManager.WebApi +namespace EOM.TSHotelManagement.WebApi { /// /// diff --git a/EOM.TSHotelManager.WebApi/Properties/launchSettings.json b/EOM.TSHotelManagement.WebApi/Properties/launchSettings.json similarity index 96% rename from EOM.TSHotelManager.WebApi/Properties/launchSettings.json rename to EOM.TSHotelManagement.WebApi/Properties/launchSettings.json index b399226..d725b8c 100644 --- a/EOM.TSHotelManager.WebApi/Properties/launchSettings.json +++ b/EOM.TSHotelManagement.WebApi/Properties/launchSettings.json @@ -8,7 +8,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" } }, - "EOM.TSHotelManager.WebApi": { + "EOM.TSHotelManagement.WebApi": { "commandName": "Project", "launchBrowser": true, "launchUrl": "swagger/index.html", diff --git a/EOM.TSHotelManager.WebApi/Router_Extension/MvcOptionsExtensions.cs b/EOM.TSHotelManagement.WebApi/Router_Extension/MvcOptionsExtensions.cs similarity index 94% rename from EOM.TSHotelManager.WebApi/Router_Extension/MvcOptionsExtensions.cs rename to EOM.TSHotelManagement.WebApi/Router_Extension/MvcOptionsExtensions.cs index c291def..a94a579 100644 --- a/EOM.TSHotelManager.WebApi/Router_Extension/MvcOptionsExtensions.cs +++ b/EOM.TSHotelManagement.WebApi/Router_Extension/MvcOptionsExtensions.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Routing; -namespace EOM.TSHotelManager.WebApi +namespace EOM.TSHotelManagement.WebApi { /// /// Mvc扩展方法 diff --git a/EOM.TSHotelManager.WebApi/Router_Extension/RouteConvention.cs b/EOM.TSHotelManagement.WebApi/Router_Extension/RouteConvention.cs similarity index 98% rename from EOM.TSHotelManager.WebApi/Router_Extension/RouteConvention.cs rename to EOM.TSHotelManagement.WebApi/Router_Extension/RouteConvention.cs index a97e035..3aa73aa 100644 --- a/EOM.TSHotelManager.WebApi/Router_Extension/RouteConvention.cs +++ b/EOM.TSHotelManagement.WebApi/Router_Extension/RouteConvention.cs @@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Mvc.Routing; using System.Linq; -namespace EOM.TSHotelManager.WebApi +namespace EOM.TSHotelManagement.WebApi { /// /// 全局路由前缀配置 diff --git a/EOM.TSHotelManager.WebApi/Startup.cs b/EOM.TSHotelManagement.WebApi/Startup.cs similarity index 91% rename from EOM.TSHotelManager.WebApi/Startup.cs rename to EOM.TSHotelManagement.WebApi/Startup.cs index b3b185f..171147c 100644 --- a/EOM.TSHotelManager.WebApi/Startup.cs +++ b/EOM.TSHotelManagement.WebApi/Startup.cs @@ -1,7 +1,7 @@ using Autofac; -using EOM.TSHotelManager.EntityFramework; -using EOM.TSHotelManager.Shared; -using EOM.TSHotelManager.WebApi.Filter; +using EOM.TSHotelManagement.EntityFramework; +using EOM.TSHotelManagement.Shared; +using EOM.TSHotelManagement.WebApi.Filter; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; @@ -18,7 +18,7 @@ using System.IO; using System.Reflection; using System.Text; -namespace EOM.TSHotelManager.WebApi +namespace EOM.TSHotelManagement.WebApi { public class Startup { @@ -104,7 +104,7 @@ namespace EOM.TSHotelManager.WebApi #region ע Swagger s.SwaggerDoc("v1", new OpenApiInfo() { - Title = "EOM.TSHotelManager.Web", //Swaggerĵ + Title = "EOM.TSHotelManagement.Web", //Swaggerĵ Version = "version-1.0.0", //Swaggerĵİ汾 Description = "Api Document", //Swaggerĵ License = new OpenApiLicense() @@ -121,15 +121,15 @@ namespace EOM.TSHotelManager.WebApi } }); //ȡͬ¸ֲxmlעͣһȡҵ߼㡢ʵͽӿڲ㼴 - s.IncludeXmlComments(AppContext.BaseDirectory + "EOM.TSHotelManager.Application.xml"); - s.IncludeXmlComments(AppContext.BaseDirectory + "EOM.TSHotelManager.Common.Core.xml"); - s.IncludeXmlComments(AppContext.BaseDirectory + "EOM.TSHotelManager.WebApi.xml"); + s.IncludeXmlComments(AppContext.BaseDirectory + "EOM.TSHotelManagement.Application.xml"); + s.IncludeXmlComments(AppContext.BaseDirectory + "EOM.TSHotelManagement.Common.Core.xml"); + s.IncludeXmlComments(AppContext.BaseDirectory + "EOM.TSHotelManagement.WebApi.xml"); #endregion #region ʽʱ - //s.IncludeXmlComments("EOM.TSHotelManager.Application.xml"); - //s.IncludeXmlComments("EOM.TSHotelManager.Core.xml"); - //s.IncludeXmlComments("EOM.TSHotelManager.WebApi.xml"); + //s.IncludeXmlComments("EOM.TSHotelManagement.Application.xml"); + //s.IncludeXmlComments("EOM.TSHotelManagement.Core.xml"); + //s.IncludeXmlComments("EOM.TSHotelManagement.WebApi.xml"); #endregion }); #endregion @@ -174,7 +174,7 @@ namespace EOM.TSHotelManager.WebApi app.UseSwagger(); app.UseSwaggerUI(s => { - s.SwaggerEndpoint("/swagger/v1/swagger.json", "EOM.TSHotelManager Api Document"); + s.SwaggerEndpoint("/swagger/v1/swagger.json", "EOM.TSHotelManagement Api Document"); }); #endregion @@ -200,7 +200,7 @@ namespace EOM.TSHotelManager.WebApi builder.RegisterGeneric(typeof(GenericRepository<>)).InstancePerLifetimeScope(); //ע - var assemblyService = Assembly.LoadFrom(Path.Combine(AppContext.BaseDirectory, "EOM.TSHotelManager.Application.dll")); + var assemblyService = Assembly.LoadFrom(Path.Combine(AppContext.BaseDirectory, "EOM.TSHotelManagement.Application.dll")); builder.RegisterAssemblyTypes(assemblyService) .AsImplementedInterfaces() .InstancePerDependency() diff --git a/EOM.TSHotelManager.WebApi/appsettings.Development.json b/EOM.TSHotelManagement.WebApi/appsettings.Development.json similarity index 100% rename from EOM.TSHotelManager.WebApi/appsettings.Development.json rename to EOM.TSHotelManagement.WebApi/appsettings.Development.json diff --git a/EOM.TSHotelManager.WebApi/appsettings.json b/EOM.TSHotelManagement.WebApi/appsettings.json similarity index 86% rename from EOM.TSHotelManager.WebApi/appsettings.json rename to EOM.TSHotelManagement.WebApi/appsettings.json index a376d64..5be2f0a 100644 --- a/EOM.TSHotelManager.WebApi/appsettings.json +++ b/EOM.TSHotelManagement.WebApi/appsettings.json @@ -8,7 +8,7 @@ }, "DefaultDatabase": "PgSql", "ConnectionStrings": { - "PgSqlConnectStr": "Host=my_pgsql_host;Port=5432;Username=tshoteldb;Password=my_pgsql_password;Database=tshoteldb;", + "PgSqlConnectStr": "Host=my_pgsql_host;Port=5432;Username=my_pgsql_user;Password=my_pgsql_password;Database=tshoteldb;", "MySqlConnectStr": "Server=my_mysql_host;Database=tshoteldb;User=my_mysql_user;Password=my_mysql_password;", "SqlServerConnectStr": "Server=my_sqlserver_host;Database=tshoteldb;User Id=my_sqlserver_user;Password=my_sqlserver_password;", "OracleConnectStr": "User Id=my_oracle_user;Password=my_oracle_password;Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=my_oracle_host)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=my_oracle_service_name)));" -- Gitee From c2c8098272ddad3152e06ac6dd7450706b106c79 Mon Sep 17 00:00:00 2001 From: ck_yeun9 Date: Wed, 29 Jan 2025 05:34:34 +0000 Subject: [PATCH 2/3] update README.md. Signed-off-by: ck_yeun9 --- README.md | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 8d4fd09..e62f6e9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

组织logo.png

-

TopskyHotelManagerSystem-WebApi

+

TopskyHotelManagementSystem-WebApi

- star - fork + star + fork @@ -50,42 +50,42 @@ ### :open_file_folder: 系统结构: ``` -EOM.TSHotelManager.Web +EOM.TSHotelManagement.Web ├─ .git ├─ .gitignore -├─ EOM.TSHotelManager.Application +├─ EOM.TSHotelManagement.Application │ ├─ Business -│ ├─ EOM.TSHotelManager.Application.csproj +│ ├─ EOM.TSHotelManagement.Application.csproj │ ├─ Sys │ ├─ Worker │ ├─ Zero -├─ EOM.TSHotelManager.Common -│ ├─ EOM.TSHotelManager.Common.csproj +├─ EOM.TSHotelManagement.Common +│ ├─ EOM.TSHotelManagement.Common.csproj │ ├─ HttpHelper.cs │ ├─ RecordHelper │ ├─ Util -├─ EOM.TSHotelManager.Core +├─ EOM.TSHotelManagement.Core │ ├─ Business -│ ├─ EOM.TSHotelManager.Core.csproj +│ ├─ EOM.TSHotelManagement.Core.csproj │ ├─ Sys │ ├─ Worker │ ├─ Zero -├─ EOM.TSHotelManager.EntityFramework +├─ EOM.TSHotelManagement.EntityFramework │ ├─ AppSettingsJson.cs -│ ├─ EOM.TSHotelManager.EntityFramework.csproj +│ ├─ EOM.TSHotelManagement.EntityFramework.csproj │ ├─ Repository │ │ └─ PgRepository.cs │ ├─ dbsettings.json -├─ EOM.TSHotelManager.Web.sln -├─ EOM.TSHotelManager.WebApi +├─ EOM.TSHotelManagement.Web.sln +├─ EOM.TSHotelManagement.WebApi │ ├─ Controllers │ │ ├─ Business │ │ ├─ Sys │ │ ├─ Worker │ │ └─ Zero -│ ├─ EOM.TSHotelManager.WebApi.csproj -│ ├─ EOM.TSHotelManager.WebApi.csproj.user -│ ├─ EOM.TSHotelManager.WebApi.xml +│ ├─ EOM.TSHotelManagement.WebApi.csproj +│ ├─ EOM.TSHotelManagement.WebApi.csproj.user +│ ├─ EOM.TSHotelManagement.WebApi.xml │ ├─ MvcOptionsExtensions.cs │ ├─ Program.cs │ ├─ RouteConvention.cs @@ -94,8 +94,6 @@ EOM.TSHotelManager.Web │ ├─ appsettings.Development.json │ ├─ appsettings.json ├─ LICENSE -├─ Library -│ ├─ CK.Common.dll ├─ README.en.md └─ README.md ``` @@ -126,4 +124,4 @@ EOM.TSHotelManager.Web **2、随后打开Data.sql文件进行数据导入。** -​ [![咖啡与网络/TopskyHotelManagerSystem-WebApi](https://gitee.com/java-and-net/topsky-hotel-manager-system-web-api/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/java-and-net/topsky-hotel-manager-system-web-api) +​ [![咖啡与网络/TopskyHotelManagementSystem-WebApi](https://gitee.com/java-and-net/topsky-hotel-management-system-web-api/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/java-and-net/topsky-hotel-manager-system-web-api) -- Gitee From 73c2a1d26f8005727d3ef2d8fafe31f7cc0250e7 Mon Sep 17 00:00:00 2001 From: ck_yeun9 Date: Wed, 29 Jan 2025 05:36:12 +0000 Subject: [PATCH 3/3] update README.en.md. Signed-off-by: ck_yeun9 --- README.en.md | 70 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 51 insertions(+), 19 deletions(-) diff --git a/README.en.md b/README.en.md index 676e3a5..f0f56de 100644 --- a/README.en.md +++ b/README.en.md @@ -1,8 +1,8 @@

Organization logo.png

-

TopskyHotelManagerSystem-WebApi

+

TopskyHotelManagementSystem-WebApi

- star - fork + star + fork

@@ -50,22 +50,54 @@ Development Technology: .NET 8 WebAPI ### :open_file_folder: System structure: ``` -TopskyHotelManagerSystem -├.github -├.gitignore -├.gitmodules -├EOM.Client.TopSkyHotelManagerSystem.sln -├FodyWeavers.xml -├LICENSE -├packages -├README.md -├SYS.Common -├SYS.FormUI -├SYS.Library -├TopskyHotelManagerSystem-WebApi -├数据库脚本 -├项目效果图 -├项目相关文档 +EOM.TSHotelManager.Web +├─ .git +├─ .gitignore +├─ EOM.TSHotelManager.Application +│ ├─ Business +│ ├─ EOM.TSHotelManager.Application.csproj +│ ├─ Sys +│ ├─ Worker +│ ├─ Zero +├─ EOM.TSHotelManager.Common +│ ├─ EOM.TSHotelManager.Common.csproj +│ ├─ HttpHelper.cs +│ ├─ RecordHelper +│ ├─ Util +├─ EOM.TSHotelManager.Core +│ ├─ Business +│ ├─ EOM.TSHotelManager.Core.csproj +│ ├─ Sys +│ ├─ Worker +│ ├─ Zero +├─ EOM.TSHotelManager.EntityFramework +│ ├─ AppSettingsJson.cs +│ ├─ EOM.TSHotelManager.EntityFramework.csproj +│ ├─ Repository +│ │ └─ PgRepository.cs +│ ├─ dbsettings.json +├─ EOM.TSHotelManager.Web.sln +├─ EOM.TSHotelManager.WebApi +│ ├─ Controllers +│ │ ├─ Business +│ │ ├─ Sys +│ │ ├─ Worker +│ │ └─ Zero +│ ├─ EOM.TSHotelManager.WebApi.csproj +│ ├─ EOM.TSHotelManager.WebApi.csproj.user +│ ├─ EOM.TSHotelManager.WebApi.xml +│ ├─ MvcOptionsExtensions.cs +│ ├─ Program.cs +│ ├─ RouteConvention.cs +│ ├─ Router_Extension +│ ├─ Startup.cs +│ ├─ appsettings.Development.json +│ ├─ appsettings.json +├─ LICENSE +├─ Library +│ ├─ CK.Common.dll +├─ README.en.md +└─ README.md ``` ### :chart_with_upwards_trend: System database relationship diagram (generated by PDMAN software) :loudspeaker: -- Gitee