hotel-management-system icon indicating copy to clipboard operation
hotel-management-system copied to clipboard

宾馆管理系统。可以订房、续费、退房、订单管理、员工管理以及业务数据统计可视化展示等

Results 6 hotel-management-system issues
Sort by recently updated
recently updated
newest added

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.8-dmr to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

19:49:16 CREATE TABLE orders ( # 订单号 orderNumber CHAR(32) NOT NULL , # 订单状态 orderStatus CHAR(18) check (value in ('预订中','已入住','已退房')) , # 客户身份证 customerIDCard CHAR(18), # 入住房间号 roomNumber CHAR(6) NOT...

javax.servlet javax.servlet-api 3.1.0 provided

### 数据统计图被压缩掉了,这个是什么的原因,应该去哪里修改 ![图片被压缩](https://github.com/chironyf/hotel-management-system/assets/99249899/10ce673b-5d8e-4e22-8c32-a790aa92e8a3)