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 60dc1021138453a52afee95426f77b7109151186..baf1713d5708f59ee32d21ef09d7cc0655ae3e3a 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 471806e00868d921fd787ae3f9378a9ce719f576..4841817d3f0770897bab31c25e8c55d1cc23ed8e 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 89a6c7bfb598ab6e1c30853da3ed9b0e8f22fc96..9002dda8419db3aed84168ca7c765cac9b5678ac 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 154d2fe69a0054403ef21e212bdf909dc961c389..0626119cf8072c056070623f8c685d3d1c2d1d10 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 5840deff705c5d41c2919e739587927cde8d3917..e872c9cb7d6367a54fd51e20b60f8707f787d0c4 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 623ea3472255dfd8b50c9b60a44ae12504f2cc26..e6a2146eefc77118c1701db7778887fba1c1f6d6 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 49cab506522f2da39b0268c1e66de3627369465c..5544b48bed8f86ba71ebe6d42fef31c1f0734bbb 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 82b74073134af9402efec1bdc1cf230baa200898..0974ac0c54c0a708920ed35eade059117bfdce24 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 b3345a25338b0346f562689d4b9c1a057262acdc..0405446d05ad3d59fedd93dd0a4891e3ab689c4f 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 4155239864212406de6c05a683896be57bb7c476..83725be577237a3178c5149fff77092a339ebb4a 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 c23b6579088cf1a1ac5ae7a17f07e3cb0156941b..da63a305ac4b9f8311dc718128a9d8edc3aa87d3 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 4725db5c494619aa67361395efa4b6ff7a6c52e1..73393b1560746f6ed197c32b80018d8d6e2d5761 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 43ae700509c39b718194d73095ddb9329ea61465..55441e22ca9dfba50fca3e57c80cfcbf9f3f7e7b 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 d8b834a655d94f33e23b2eac2cc5e16b584423aa..07315722cae436c2a5f757451ba898ab8d92a84c 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 8dd3b67123510efe80a2d99d6f653bf3aff4eaa2..4d9df18d74cfd7b223326b8173bf26a9f57c51c3 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 dc61893bdcec1bfa5d0fc69f2581f3d038c29d0b..f795210626ee0e9e6795f1ffb5ef53c9b00c3cd8 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 5f8ffccae02083cfc3ba2a4473edf99798defe40..cd9f674342987fbf30166a5f3099f17713dcae74 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 9b870cb5b6b25462e9ece3b8803befb8a4767a79..07a30a984ed3931f3b0abb8dca3fe9454892ca6c 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 9e73559dfac140392a7ee80828368289131db112..0571e5e43f564ac0e3cf5c93a1368b795251de7a 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 7a8ce7d38d72cbf20b5e437fb6a266eed84e554f..45eaa38a621c04a705022f730ba095384bcecb90 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 43bafca20d7ab813391596b7c71abb3cd3ed72b2..672b53d0aecc048c77081fe91a1a6f8c47b4691c 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 7e3e8e0ab590d6ee7ca5246a55d535af017a7d49..b9fbaf7835a572272c57cc3a81003a297fed3635 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 eb838cfa1b012f3f7bffd5329348e50eedfcff1c..78e373ae61745cbbd446c8ac7c576bd47c9f1c20 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 280462ded8c060ab2aefd678b78b9019ec4df1c9..836bd1f8839f046e9e08a1d3d0c9da859abbaa86 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 c6e00ceb66e33ace634a136d33480ed90f42eae4..6d0dad8318d9cc24ed6abe74e5929da625ab7efe 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 ab11c0208d7599969b71325888fef957fe6d1605..bdb06742511262b494b5be101e3314de9c0e4982 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 86aea5489a9b4cf3fa2f17f40244da960654e96f..68bf808de2ded20f72bca6cd129918054b2f586a 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 f465f2fcfe5b9aa04ad335af461958a5fd7a9f81..ebf19e39b9dc20b38482341fa634012c937f217d 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 d0b8640aa08243b106ec45dfcb5148c2a41458b8..c1117c14ad8fc90d8b9fcff0a688fbcc66af285e 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 8c61bc1c3c0c5a622ab8dab124afb9c5c6fb4943..4f05fe1952e96f0b85e364a6f27107f0e1cf122a 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 4ef5587b7211515c793ae94c71cdc055dcd00730..1119d5de30107eb10174ded1f0f75eccc71852f8 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 11149b090a621cceb504f7bceea260836be7f299..2190f3c27929d1c5641fa4254a716f05f858d2eb 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 c1bf2380e991231a0eef89ef937afa645f647211..67294ed6a34267b1043fcf194aec42e2c857c054 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 2ec3fac5f746a1977843e36db3184399e21f8f99..2d32afe214e97614cb91472d1124778d52be6d49 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 666339fc94dd7795f0bf8cfd99ad96de5692aefb..8ab07e96103ae82c7482335b0a5f1b52dd4d35e3 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 187191211d3df507255c3f20f85a0f0be651f5c9..cafe611af7c941bc1793755889fa69bfd203f150 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 7f388e35b5106b43bb09f06b67246e1b4d8b4b5e..5ef87da0f7a224579daa32ad126eae537064791e 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 1d403d21278651da147617b89c73c469ffb10598..8c7ef299348dc6615a081e7ebfa71393ba1b2808 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 874c478972386554da079609c0336c45366c763c..59beba8be46f7403360dd9cb5ecb9edf383cc8c6 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 7bca2cfaff1f0abe5d0d265d9c05e37da4890065..20b2d671f02e8077a8a38a6bbc0105fb57c0809d 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 3a79a6640b2d7877799f91d26a204c686d70527c..84f70fac8b4acbb46deb376c9f1f4cb885c08b5c 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 1158745ff0066377a84812a6296a9082baf6a7a4..5a00816430e4b5a6ed7c1719449d271f173d55cf 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 38d2f2d67492e384b7233d897c1fc736a2788bed..c92cf362dfff529258dfcd5a65ff1ef7507dbe64 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 b90cd7108d4a8fb4adee672812f87ac559fe936e..235d71110802d04e16931025793063ea7deb622e 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 e62da631f486e3b8eed5b1c53492826b2943886b..7348325e69733bdb783ca161f71fcb743da47890 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 6fe660a41699752fa5c5f54b9fa66f153662dabe..62c5e2172a93a98343c548b1eb7936553c0f9c4e 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 9096c1c3a1b57c674012ac30b3af34c96caaf56c..0787ac2da5cbd36031add04ada9121dee5b08bcd 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 02d3979c75f49ccf89c56cf3935501437122edce..38c77f3ec1c059001e27dfbb9e3feeed3f261422 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 02fe1b230fe0f5d4ca429a5575956f31c0b69eac..6ed763c01381429f22e8ce37a947c5ecbb45c952 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 02a11d49fac93bb3171ad0dcb34d8d109daea59f..a34ba97be9eff1efd32eef527f94339ad9c87a34 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 f83b28daa1828a0801d097e40fbbe0a8e9b66a59..bf7702a6ceeabcd80f590ead367d728bc22d09a3 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 c0cc2aae1f9ff73e37016d9a06710c67a9a80ed4..836dcfdceab384c466a7a4479826b0fa0517aa44 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 7ac1ff07c9d088228d2ce73f08a3ddb1aa27535c..e772cf34e32d09a95299508d8473937dd5602dba 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 f34d86a34c3e355ccdbd59340ec23b17aeb3a5da..6cb154f52f63e22094690a66dbf7199bd5a9403f 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 2c7aa9a3c1d15e8d8a385893940b269dc73cf8c5..ca5a7b883ed565c2dd4f375beb77f5123bf34c0d 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 cf56246a68a0e12a4d184c79690d606f3e2610ca..ae5f3b7f9ebc3be66c00c483d1e2720eb0063381 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 79bd68dfe08d0552b9cc527164076552b949fe78..00328eae366f93043140eef6140a8b51c3166ec5 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 b49e67234ea0c4b6f38a26831e98bca222fa34af..1ae8163c735671dd993ab8aa18929923b58fbff1 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 4f6710338122c62e63f032444698735b101b3829..b96fcba2c448616a819453854ab2f8606f204bb8 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 f9f631098af074bc5307af284f7fe9df8172846d..eba061bba4df22dde02eb33095ba194e7fd21983 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 1aab0e7989cbfdd19a63a6384b697b54393f9eba..82750d3abf3c5876de7bb766fdba325f450f5df2 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 ba0854469a14225dfd25189c701fb881d4218831..2fd972cc2c19b1e768f0fcc543498bfd40e41276 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 92a390b95294885ca957759f2a21e23403707bfe..1c3bb57c9644b7efa8e041eb101fd47ea2e2475e 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 d7fca7ef2589503c4daa0a04e6f19ddb161f66f2..77a1d0f72e20b9fab7d6bb0992259a3b2f0328dd 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 969fd7ac67d64489cd220bda21321a8702a737cc..f591fb5876ffa9771bf0766b9afdd73ae3d99d9f 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 adb0fccf039b26b0cf951b73d8b9fcabfaa0a1f5..0640e23f946417f22e025e28973fea8ab689626f 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 09016458edd5d7fc6e430356ebfddc64a59b0c33..782a2e9d0eb31755963afdafd6b333ce8a4d3a62 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 c92b3d1ad9b4e8f5da221f08ddea5cf2e19c8c6b..d717db716bffe06ba4ef5fda691d5de5377cab15 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 22220d689f0e99907bcf3c84fd7fd520f67adb8e..0ee1c27a1cd35aede79614c802ddf8232be7b12f 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 ae827a03a46a73f6994f58a3eb39b6015c4157ef..ae1d4ee70793a1ae5b96352ec9e9c1c7b4199eb1 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 f95752febc0bbdc0d3f669bdc2e1c2ff1c65fbcd..5bd24a5b24b3fef7c9b472586ac6248a263b3506 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 7dff223b93cc7791a46653384370792c2a7410d9..b0684f9ee9ba88372b55b815fa57fe56cb6b41f5 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 23b7fbc50e647f9afb30ab1d03546bdabf760bcf..dd374b751b4eedcb6426bf90988665ae2534d985 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 381a15261819cd970e3fec13d1342b69da174f94..2fe0619e916044cd252a74b7f6f731628bbe17c6 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 96828e4a8d8775afdf8cf095493b6e014f89975f..76b41c6a506d9132a0593367ced4cf742f4b2672 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 ae072d5f3daa1c4b9bddfa928537ff71212216c5..8fe507689910b98db8e8d4d40c1e88aa740102aa 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 6154936e2cda6b085dfd2b0cee9d12d9d09d4dd2..edd005917c4033169bb7b805973fbb60f282ef22 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 06366e64873b0c5aa7662e65b41034a84cbffadf..e85ca4328f28ee29fd20944594c65bea8d030e12 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 025219765b1460891b514c0939dfdb5be1ad665c..fd3eae114c9a97ac78da2b85b5fc0a800afe76e4 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 c562be954f518eae436eb366ecc38dad815e1bc2..ad992f60c44fdd9ca4faf775a0e639821e79ea3b 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 3ecadeba959ffacf77fffec5c21433f59e62d7e9..56777547ac45b034fbda16ae26f58c9e9fd43e62 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 0bfcf91b61b274a73579fd58dc3dd6d59502ba76..a5021e5f24806650319ec9dc3488f48eeb3e2506 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 cc1460b5718cc0a04bff55cad7b27ad6a4c9f499..0f2f3649eaf32fead39949b11495d11dc133f87e 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 61d188517d7d740477b4419e6d9576f2e9d82a0c..a36d5c05c964a91929ae1ed76ab7580d2a56abdc 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 39399d0b6614c9ca1f07f36e950e3f451f4de017..89d71ae56e2a4b674a4bfa20c5fb07c9de90cb9a 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 fdc8e3344f449326d50798fd9e449998896810bd..df8796d2567f63ec8a2d8f5565be80545efcff63 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 377262d5898abdce34094bccb8971130354764d0..cb00f216ad9f1d4de78c7ff179c1a56f15a60fa9 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 2a905c122ca999c20590178b7f18387d88ae3b4b..42c8130048d7f5d68bde54fd9625863d173444c9 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 2758355479c3ca77e6bc255ab18df5e977d5deeb..d72e83b954e979b9cb9600400c488012c6378fe0 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 1b746f2c2d1a992a9e0b70fc9a52f84032410bb2..9a9e57470de8658c98339023a3ac5f37f1f21416 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 81b8e7bc5affd49fb18660f614af1ce8701cd1c6..e16b97ed329d40cab32375ebcd6328c227d159ae 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 50c759651dacb08311d3bdc3fc9adde98b7172ed..de882ac4c4fcf53e06cc072687cecea7f8e0a709 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 1a90b4e69a8cff07cc15a231166995e484214854..c583dfd93930a16ac34795a75635a2966d15af38 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 5f84bb4b94084eed93245ab2620b05cf4a2c7f07..e6e83313b53527f55302b28de695ec7acfe2c784 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 c61c8b2722b890ef54a0ca29b052a119deb0a4aa..7d6399b4d7acf68ce81815eee4adc99f7aa05ea9 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 112a084781c7d816f0bd9a0e036b1dcf4d05cdd0..edb0d382b1ce6e799485839c1c81a8e464c95437 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 ce0fa38f334ebe90afcef384284b96c598f5dace..341bed2da5646d477682685045ac5eb5c8cc14f4 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 ace74a42f992524979329ff1fff6f7b1412dbd79..874d8f4d799f36b20eb14b23b5ec3e30a9252146 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 326e30cdd9cfa06202428572c1f1812f0910366a..1cc368dacf2452fd56827440d47d5fd9b6b2e39b 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 388523c23d1aeaa808ee2a033c15de2ddad2f693..305954ef50dc32bcb0b8d05828e9ca37218bf61a 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 c9ffe4f2fde7292fe1b27cde34bb2654ed6bcf95..8c28280b1bdf1ce2c3b4436f5fd738bd82b4c964 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 d7adc6f4ef7f3f59b50d35ba963e312bfc9268c4..df24ba34ad9a2f6f1b079d23b0bfef6882513416 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 68d2e9da4dd4a610f85e57a4605d93f33e024f21..0f59b6585f51ca8fcde6ea20c9b32ec71250b0c6 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 2a9055cb0e14f1570522382ff952f315ed7fa0cd..e3b451ad280125b112e10a9760a85a544c06fdbe 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 edc935eba12df9d1ae6007c818cfc292ed7f50e0..3b579cbe3f8e548e79303e32c649d9c66e8f8720 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 af26076058ee5a4293f3b6f88b876372a88b6026..c5e1fa7928ae34f343cc59952110dbb03073d953 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 ebec3cb096a309fdc05a9a89d0a073ef89f65c2b..6f8da2a90449b9e1ca92a3e93c7e2531aecce823 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 afae9b64781972bb9e3f3fc0aa63dd8419bc9465..23c0bff79624d4861922c30d9e933afcf3ba106f 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 4e7d3dceed1aa3f5c5401f549e285c7ee553878a..7fed6f0e2ce2d28993049d3986445093d00e3026 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 e1dffa05389426165e0e92a0a008172a39021a07..8790bf9b9a0700bd72c511126642c40dbe2ec2cd 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 aaf78ca4b21a90c8282d03b9b7734ba3a7217bdb..fb475a2e28ec62393e961118c273ac926ce9826f 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 0170449f8e60b4f95aaa5079ccdb689e61a8665a..8d0dc26d58c535dd6ba5126fed38737b9411397c 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 b0da49af2ad5523801abb504f372de4b76d0abfb..258aa987403b632caf322100e6392357098a9075 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 f93739391567b5c85b8a2fd8abc12393a1cc0f0a..c7e1ac84872083c7d34bafa465dafad711172e30 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 b74c7ac44b60e01df3c9d182b282d15436f5a7a7..a82c6ad623093a1b5d4881ccf0d7a723dd95075c 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 ee57c1bd00ecc8d432445df73cbcfb34a4c1f356..9491693ae35c98f51beddc06e735ed5481d45969 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 e7eec774bad3d1350c328e1e48689993c5f16d5a..ded18fe181efdbb0d1df17676498f1565a8134d0 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 2b30e05a4958066fa3f7eb793c67efd83e30d201..377e6cd043388097b07995c76c7ad530c7d60f12 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 e940bdb3e25535609479d290bdf028488e4b9923..eacb2d8e98903cb63d7aa2a0ce9189cdcad44ef5 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 51fbe3d8758098979483a1535dee8e3b06d93bba..836a7b50fa95e4097b3c33fe1dd2c96443a7adee 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 b30c7ab0ab97b0bdbef6b7796315640ac7cf4dcd..f817a398ee030526be1d4e7acda441fa8dabc342 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 096da0c84068cf68ca9ab4d3a4defe2ddfdf5ec8..4dfe0fafb4eb88590d00474c2a698774762908e2 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 0ccc6f44382456dc1c7a1aee87cf7e224209a0e3..ccf002ba53f8ad05903a2d1f631e42c3a6e8c5e5 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 4a1af770e4553ea848993648e8b66121517b8d91..e70013a1dc3e5b31facaee6900ff76a91e9d4203 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 966e4cb5bddcc63a84a8090dac7b9d4cd717cfa7..208d4ae5f572368086bfda5e9a0d9b50747e8bf3 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 57343d8b0ffd7f2414c5b7e723b0f86037680c9a..c98f4c73efef3de7b43da91b0442c87d3b1c0092 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 7f9520cb65129d882081144ed99358a3a6e20cd6..dedc7bd6bd6b2348daae4e1effb745feea7efa05 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 b399226cd9e90be9970443d89fe76ee275ef625a..d725b8c3d3ea930821423f2adea18f2c2d476f89 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 c291def179ed4671271aa8fb923d0c9d8005551c..a94a57975c9277b48ac0e1acf17c3775237ad3fc 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 a97e035db60978aa7fab3e33b7e7e2a3c1d429ba..3aa73aa12ed1efc9f7d1318bc809533114960f94 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 b3b185ffae4299a71cb4eb969f3ab9d498f3062c..171147c9f71a1276b6073c1697f0502d53f4e05b 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 a376d64e4d77a7223e51a9a5f8cc7658ff450f32..5be2f0a7ae2ab5ac4bf9769e7d5c4ba0290420c3 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)));" diff --git a/README.en.md b/README.en.md index 676e3a54f7e3595a3660490f1313ca21c7cd301f..f0f56def78c3fe8e30f9a1dd58297a963a2bbeea 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: diff --git a/README.md b/README.md index 8d4fd09a47e28a2603e29e4bcda56c08778de0fa..e62f6e924028fe1b7e9b7b2233838cb6a3af49db 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)