From d2ebc7cf282c7f48f63a300c41a67bd0234abbaf Mon Sep 17 00:00:00 2001 From: ck_yeun9 Date: Sat, 28 Jan 2023 13:40:51 +0000 Subject: [PATCH 1/5] update README.md. Signed-off-by: ck_yeun9 --- README.md | 118 +++++------------------------------------------------- 1 file changed, 11 insertions(+), 107 deletions(-) diff --git a/README.md b/README.md index 0e2501a..56ffe48 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@

- **后端接口项目已正式发布,地址为:[TS酒店管理系统API接口](https://gitee.com/java-and-net/topsky-hotel-manager-system-web-api)** - # :pray: 引用的开源项目: 1. ##### Fody——将所有dll打包成exe应用程序。[Fody,MIT开源协议](https://github.com/Fody/Fody) @@ -57,63 +55,15 @@ # :open_file_folder: 系统结构: ```tree -TopSkyHotelManagerSystem -├─ JVNUI -│ └─ js -│ └─ parseUtil.js +EOM.Client.TopSkyHotelManagerSystem +├─ .git +├─ .gitignore +├─ EOM.Client.TopSkyHotelManagerSystem.sln +├─ FodyWeavers.xml ├─ LICENSE ├─ README.md -├─ SYS.Application -│ ├─ .gitignore -│ ├─ Business -│ ├─ Customer -│ ├─ Properties -│ ├─ Room -│ ├─ SYS.Application.csproj -│ ├─ SYS.Application.csproj.user -│ ├─ SYS.Application.csproj.vspscc -│ ├─ Worker -│ ├─ Zero -│ ├─ app.config -│ ├─ bin -│ ├─ bitbug_favicon (1).ico -│ ├─ obj -│ ├─ packages.config -│ └─ 基础核心类库jvncorelib(适用全平台).md ├─ SYS.Common -│ ├─ .gitignore -│ ├─ App.config -│ ├─ BaseDbContext.cs -│ ├─ DbContext.cs -│ ├─ DbContextOption.cs -│ ├─ HttpHelper.cs -│ ├─ Properties -│ ├─ RecordHelper -│ ├─ Repository -│ ├─ SYS.Common.csproj -│ ├─ SYS.Common.csproj.vspscc -│ ├─ bin -│ ├─ bitbug_favicon (1).ico -│ ├─ obj -│ └─ packages.config ├─ SYS.Core -│ ├─ .gitignore -│ ├─ App.config -│ ├─ Business -│ ├─ Customer -│ ├─ Properties -│ ├─ Resources -│ ├─ Room -│ ├─ SYS.Core.csproj -│ ├─ SYS.Core.csproj.user -│ ├─ SYS.Core.csproj.vspscc -│ ├─ Util -│ ├─ Worker -│ ├─ Zero -│ ├─ bin -│ ├─ bitbug_favicon (1).ico -│ ├─ obj -│ └─ packages.config ├─ SYS.FormUI │ ├─ .gitignore │ ├─ App.config @@ -123,48 +73,12 @@ TopSkyHotelManagerSystem │ ├─ AppUserControls │ ├─ FodyWeavers.xml │ ├─ FodyWeavers.xsd -│ ├─ Font │ ├─ Logo │ ├─ Program.cs │ ├─ Properties │ ├─ Resources -│ ├─ SYS.FormUI.csproj -│ ├─ SYS.FormUI.csproj.user -│ ├─ SYS.FormUI.csproj.vspscc -│ ├─ bi -│ ├─ bitbug_favicon (1).ico -│ ├─ bitbug_favicon.ico -│ ├─ icon -│ ├─ logo.ico -│ ├─ obj -│ ├─ packages.config -│ └─ 基础核心类库jvncorelib(适用全平台).md ├─ SYS.Library -│ ├─ .gitignore -│ ├─ MySql.Data.EntityFramework.dll -│ ├─ MySql.Data.dll -│ ├─ MySql.Web.dll -│ ├─ Newtonsoft.Json.dll -│ ├─ Newtonsoft.Json.xml -│ ├─ Properties -│ ├─ RequestHelper.dll -│ ├─ SYS.Application.dll -│ ├─ SYS.Application.xml -│ ├─ SYS.Common.dll -│ ├─ SYS.Core.dll -│ ├─ SYS.Core.xml -│ ├─ SYS.Library.csproj -│ ├─ SYS.Library.csproj.user -│ ├─ SYS.Library.csproj.vspscc -│ ├─ app.config -│ ├─ bin -│ ├─ bitbug_favicon (1).ico -│ ├─ kse.dll -│ └─ obj -├─ TSHotelManagerSystem.sln -├─ packages ├─ 数据库脚本 -├─ 版本迭代功能 ├─ 项目效果图 └─ 项目相关文档 ``` @@ -195,30 +109,20 @@ TopSkyHotelManagerSystem # :family: 项目作者: -**杨俊杰(即本账号,项目组长,核心代码编写和后期项目整合)** - -**熊越明(开发,项目代码编写)** +**原创团队:杨俊杰、熊越明、宾华安、张家杰** -**宾华安(数据库,提供数据库管理支持)** - -**张黔广(开发,APP前后端开发)** - -**张家杰(开发,代码编写开发)** - -**咖啡与网络(Java&Net)(后期维护团队)** +**后期维护团队:易开元(Easy Open Meta)** # :computer: 项目运行部署: -**下载并安装Microsoft Visual Studio Professional 2017及以上版本,并通过下载Zip包解压,打开.sln后缀格式文件运行。** +**下载并安装Microsoft Visual Studio Professional 2019及以上版本,并通过下载Zip包解压,打开.sln后缀格式文件运行。** # :inbox_tray: 数据库运行部署(本地): -**作者及开发团队强烈建议使用MySQL/PostgreSQL数据库,安装MySQL/PostgreSQL数据库并开启服务,通过可视化管理工具对数据库进行建立,可通过打开执行数据库脚本文件夹内的.sql后缀格式文件进行快速建立数据表和导入数据,执行步骤(以MySQL数据库为例):** - -**1、通过可视化管理工具链接MySQL数据库或PostgreSQL数据库,随后新建名为‘tshoteldb’数据库。** +**作者及开发团队强烈建议使用PostgreSQL数据库,安装PostgreSQL数据库并开启服务,通过可视化管理工具对数据库进行建立,可通过打开执行数据库脚本文件夹内的.sql后缀格式文件进行快速建立数据表和导入数据,执行步骤(以PostgreSQL数据库为例):** -**2、通过可视化管理工具打开Table.sql文件进行数据表建立。** +**1、通过可视化管理工具链接PostgreSQL数据库,随后新建名为‘tshoteldb’数据库。** -**3、随后打开Data.sql文件进行数据导入。** +**2、通过可视化管理工具打开:数据库脚本\PostgreSQL版本文件\db_file.sql进行数据表建立和数据导入。** [![java-and-net/TopskyHotelManagerSystem](https://gitee.com/java-and-net/TopskyHotelManagerSystem/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/java-and-net/TopskyHotelManagerSystem) \ No newline at end of file -- Gitee From 7ed5e59cc2e79ea384504e2a314cd71ecc5ef1c1 Mon Sep 17 00:00:00 2001 From: ck_yeun9 Date: Wed, 1 Mar 2023 03:54:31 +0000 Subject: [PATCH 2/5] update README.md. Signed-off-by: ck_yeun9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56ffe48..1d3a93b 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ EOM.Client.TopSkyHotelManagerSystem # :family: 项目作者: -**原创团队:杨俊杰、熊越明、宾华安、张家杰** +**原创团队:Jackson、Benjamin、Bin、Jonathan** **后期维护团队:易开元(Easy Open Meta)** -- Gitee From 9c43fd1815406859f9925e54e4eb040473529e05 Mon Sep 17 00:00:00 2001 From: ck_yeun9 Date: Tue, 4 Apr 2023 19:00:40 +0000 Subject: [PATCH 3/5] update README.md. Signed-off-by: ck_yeun9 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d3a93b..612c85b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +

组织logo.png

TopskyHotelManagerSystem

star -- Gitee From acd315767248e044912240aac0c8eb244676c275 Mon Sep 17 00:00:00 2001 From: ck_yeun9 Date: Thu, 6 Apr 2023 07:22:18 +0000 Subject: [PATCH 4/5] update LICENSE. Signed-off-by: ck_yeun9 --- LICENSE | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index b193a89..c3d43c7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 咖啡与网络(Java&Net) +Copyright (c) 2023 Easy-Open-Meta Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,6 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -归属所有人:咖啡与网络(Java&Net) -原著作者:杨俊杰 \ No newline at end of file -- Gitee From 748f45712ee5fb02fa6faede3714cb764733167c Mon Sep 17 00:00:00 2001 From: Chunkit Yeung Date: Wed, 14 Feb 2024 01:43:35 +0800 Subject: [PATCH 5/5] update README --- README.md | 1 + SYS.FormUI/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56ffe48..37f01bf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@

+# !!!注意:目前master分支随v2.x版本变动而变动,v2.x版本与v1.x版本变动极大,因此想要v1.x版本的可移步至v1.x分支地址: https://gitee.com/java-and-net/TopskyHotelManagerSystem/tree/v1.x/ # :pray: 引用的开源项目: diff --git a/SYS.FormUI/Properties/AssemblyInfo.cs b/SYS.FormUI/Properties/AssemblyInfo.cs index a39856d..52390fe 100644 --- a/SYS.FormUI/Properties/AssemblyInfo.cs +++ b/SYS.FormUI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.0.0.1")] +[assembly: AssemblyFileVersion("2.0.0.1")] -- Gitee