在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 酒店管理系统(完整流程)

酒店管理系统(完整流程)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.59M
  • 下载次数:3
  • 浏览次数:58
  • 发布时间:2021-11-17
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
酒店流程完整实现 层次清晰 客房预定 预定解除 预定入住 登记入住 结账退房 会员结账 消费入单 适合做毕业设计 对学习C#三层结构有一定的帮助
【实例截图】
【核心代码】
4744300845172874385.rar
└── 酒店管理系统
├── HotelManage
│   ├── HotelManage
│   │   ├── App.config
│   │   ├── AssociatorInfo.cs
│   │   ├── AssociatorInfo.Designer.cs
│   │   ├── AssociatorInfo.resx
│   │   ├── AssociatorInfoSelect.cs
│   │   ├── AssociatorInfoSelect.Designer.cs
│   │   ├── AssociatorInfoSelect.resx
│   │   ├── AssociatorManage.cs
│   │   ├── AssociatorManage.Designer.cs
│   │   ├── AssociatorManage.resx
│   │   ├── AssociatorParticularInfo.cs
│   │   ├── AssociatorParticularInfo.Designer.cs
│   │   ├── AssociatorParticularInfo.resx
│   │   ├── AssociatorSettle.cs
│   │   ├── AssociatorSettle.Designer.cs
│   │   ├── AssociatorSettle.resx
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HotelManageBLL.dll
│   │   │   ├── HotelManageBLL.pdb
│   │   │   ├── HotelManageDAL.dll
│   │   │   ├── HotelManageDAL.pdb
│   │   │   ├── HotelManage.exe
│   │   │   ├── HotelManage.exe.config
│   │   │   ├── HotelManageModels.dll
│   │   │   ├── HotelManageModels.pdb
│   │   │   ├── HotelManage.pdb
│   │   │   ├── HotelManage.vshost.exe
│   │   │   ├── HotelManage.vshost.exe.config
│   │   │   ├── sq
│   │   │   │   └── HotelManage.resources.dll
│   │   │   └── zh-CHS
│   │   │   └── HotelManage.resources.dll
│   │   ├── commonalityInfo.cs
│   │   ├── commonalityInfo.Designer.cs
│   │   ├── commonalityInfo.resx
│   │   ├── ConsumeNote.cs
│   │   ├── ConsumeNote.Designer.cs
│   │   ├── ConsumeNote.resx
│   │   ├── DestineCancel.cs
│   │   ├── DestineCancel.Designer.cs
│   │   ├── DestineCancel.resx
│   │   ├── DestinecancelTable.cs
│   │   ├── DestinecancelTable.Designer.cs
│   │   ├── DestinecancelTable.resx
│   │   ├── Destine.cs
│   │   ├── Destine.Designer.cs
│   │   ├── DestineGuest.cs
│   │   ├── DestineGuest.Designer.cs
│   │   ├── DestineGuest.resx
│   │   ├── DestineGuestSelect.cs
│   │   ├── DestineGuestSelect.Designer.cs
│   │   ├── DestineGuestSelect.resx
│   │   ├── Destine.resx
│   │   ├── DestineRoomOn.cs
│   │   ├── DestineRoomOn.Designer.cs
│   │   ├── DestineRoomOn.resx
│   │   ├── Enter.cs
│   │   ├── Enter.Designer.cs
│   │   ├── Enter.resx
│   │   ├── Guest.cs
│   │   ├── Guest.Designer.cs
│   │   ├── GuestRegisterRoomOn.cs
│   │   ├── GuestRegisterRoomOn.Designer.cs
│   │   ├── GuestRegisterRoomOn.resx
│   │   ├── Guest.resx
│   │   ├── GuestSelect.cs
│   │   ├── GuestSelect.Designer.cs
│   │   ├── GuestSelect.resx
│   │   ├── HotelManage.csproj
│   │   ├── HotelRoomInfo.cs
│   │   ├── HotelRoomInfo.Designer.cs
│   │   ├── HotelRoomInfo.resx
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── MainForm.sq.resx
│   │   ├── MainForm.zh-CHS.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── HotelManage.AssociatorInfo.resources
│   │   │   │   ├── HotelManage.AssociatorInfoSelect.resources
│   │   │   │   ├── HotelManage.AssociatorManage.resources
│   │   │   │   ├── HotelManage.AssociatorParticularInfo.resources
│   │   │   │   ├── HotelManage.AssociatorSettle.resources
│   │   │   │   ├── HotelManage.commonalityInfo.resources
│   │   │   │   ├── HotelManage.ConsumeNote.resources
│   │   │   │   ├── HotelManage.csproj.GenerateResource.Cache
│   │   │   │   ├── HotelManage.DestineCancel.resources
│   │   │   │   ├── HotelManage.DestinecancelTable.resources
│   │   │   │   ├── HotelManage.DestineGuest.resources
│   │   │   │   ├── HotelManage.DestineGuestSelect.resources
│   │   │   │   ├── HotelManage.Destine.resources
│   │   │   │   ├── HotelManage.DestineRoomOn.resources
│   │   │   │   ├── HotelManage.Enter.resources
│   │   │   │   ├── HotelManage.exe
│   │   │   │   ├── HotelManage.GuestRegisterRoomOn.resources
│   │   │   │   ├── HotelManage.Guest.resources
│   │   │   │   ├── HotelManage.GuestSelect.resources
│   │   │   │   ├── HotelManage.HotelRoomInfo.resources
│   │   │   │   ├── HotelManage.Login.resources
│   │   │   │   ├── HotelManage.MainForm.resources
│   │   │   │   ├── HotelManage.MainForm.sq.resources
│   │   │   │   ├── HotelManage.MainForm.zh-CHS.resources
│   │   │   │   ├── HotelManage.pdb
│   │   │   │   ├── HotelManage.Properties.Resources.resources
│   │   │   │   ├── HotelManage.RoomStateImage.resources
│   │   │   │   ├── HotelManage.RoomStateUpdate.resources
│   │   │   │   ├── HotelManage.Settleaccountguest.resources
│   │   │   │   ├── HotelManage.SettleAccountsCancelRoom.resources
│   │   │   │   ├── Refactor
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── sq
│   │   │   │   │   └── HotelManage.resources.dll
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── zh-CHS
│   │   │   │   └── HotelManage.resources.dll
│   │   │   └── HotelManage.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── RoomStateImage.cs
│   │   ├── RoomStateImage.Designer.cs
│   │   ├── RoomStateImage.resx
│   │   ├── RoomStateUpdate.cs
│   │   ├── RoomStateUpdate.Designer.cs
│   │   ├── RoomStateUpdate.resx
│   │   ├── Settleaccountguest.cs
│   │   ├── Settleaccountguest.Designer.cs
│   │   ├── Settleaccountguest.resx
│   │   ├── SettleAccountsCancelRoom.cs
│   │   ├── SettleAccountsCancelRoom.Designer.cs
│   │   └── SettleAccountsCancelRoom.resx
│   ├── HotelManageBLL
│   │   ├── AdminManager.cs
│   │   ├── AnnexConsumeItemManage.cs
│   │   ├── AssociatorManager.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HotelManageBLL.dll
│   │   │   ├── HotelManageBLL.pdb
│   │   │   ├── HotelManageDAL.dll
│   │   │   ├── HotelManageDAL.pdb
│   │   │   ├── HotelManageModels.dll
│   │   │   └── HotelManageModels.pdb
│   │   ├── DestineGuestInfoManager.cs
│   │   ├── HotelManageBLL.csproj
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── HotelManageBLL.csproj.GenerateResource.Cache
│   │   │   │   ├── HotelManageBLL.dll
│   │   │   │   ├── HotelManageBLL.pdb
│   │   │   │   ├── HotelManage.UpdatePassword.resources
│   │   │   │   ├── Refactor
│   │   │   │   │   └── HotelManageBLL.dll
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   └── HotelManageBLL.csproj.FileList.txt
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── PutUpInfoManager.cs
│   │   ├── RoomManager.cs
│   │   ├── UpdatePassword.cs
│   │   ├── UpdatePassword.Designer.cs
│   │   └── UpdatePassword.resx
│   ├── HotelManageDAL
│   │   ├── AdminService.cs
│   │   ├── AnnexConsumeItemService.cs
│   │   ├── AssociatorService.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HotelManageDAL.dll
│   │   │   ├── HotelManageDAL.pdb
│   │   │   ├── HotelManageModels.dll
│   │   │   └── HotelManageModels.pdb
│   │   ├── DestineGuestInfoService.cs
│   │   ├── HotelManageDAL.csproj
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── HotelManageDAL.dll
│   │   │   │   ├── HotelManageDAL.pdb
│   │   │   │   ├── Refactor
│   │   │   │   │   └── HotelManageDAL.dll
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   └── HotelManageDAL.csproj.FileList.txt
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── PutUpInfoService.cs
│   │   └── RoomService.cs
│   ├── HotelManageModels
│   │   ├── Admin.cs
│   │   ├── AnnexConsumeItem.cs
│   │   ├── Associator.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HotelManageModels.dll
│   │   │   └── HotelManageModels.pdb
│   │   ├── DestineGuestInfo.cs
│   │   ├── HotelManageModels.csproj
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── HotelManageModels.dll
│   │   │   │   ├── HotelManageModels.pdb
│   │   │   │   ├── Refactor
│   │   │   │   │   └── HotelManageModels.dll
│   │   │   │   └── TempPE
│   │   │   └── HotelManageModels.csproj.FileList.txt
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── PutUpInfo.cs
│   │   ├── Room.cs
│   │   ├── RoomInfo.cs
│   │   └── RoomState.cs
│   ├── HotelManage.sln
│   ├── HotelManage.suo
│   └── Image
│   ├── Brown Victorian.ico
│   ├── hotel.ico
│   ├── Thumbs.db
│   ├── 体育馆.jpg
│   ├── 医疗卫生.jpg
│   ├── 商店信息.jpg
│   ├── 在住客人.jpg
│   ├── 实时房态.jpg
│   ├── 客人登记.jpg
│   ├── 客人预定.jpg
│   ├── 房态修改.jpg
│   ├── 旅游点.jpg
│   ├── 时间.bmp
│   ├── 查询.bmp
│   ├── 汽车表.jpg
│   ├── 消费入单.jpg
│   ├── 火车表.jpg
│   ├── 电话.bmp
│   ├── 管理员.bmp
│   ├── 结账退房.jpg
│   ├── 网站.bmp
│   ├── 航班表.jpg
│   ├── 轮船表.jpg
│   ├── 退出系统.jpg
│   └── 银行金融.jpg
├── 数据库文件.txt
└── 酒店管理系统.ppt

39 directories, 216 files

标签:

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警