在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 仿美萍餐饮管理系统(C#)

仿美萍餐饮管理系统(C#)

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:2.09M
  • 下载次数:15
  • 浏览次数:84
  • 发布时间:2023-05-23
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】仿美萍餐饮管理系统(C#)
为了课程考试作的一个项目.采用三层结构,只用了一个开头.后来发现太复杂,就放弃而去作人事管理.内带数据库和写好的存储过程,如果有需要原版数据库可以联系我.(申明:本程序只当教育研究,版权归原公司所有)

【实例截图】

from clipboard

【核心代码】
文件清单
└── project-beat
    ├── BusinessLayer
    │   ├── bin
    │   │   └── Debug
    │   │       ├── BusinessLayer.dll
    │   │       ├── BusinessLayer.pdb
    │   │       ├── DataAccess.dll
    │   │       ├── DataAccess.pdb
    │   │       ├── Entity.dll
    │   │       └── Entity.pdb
    │   ├── BLL_Consume.cs
    │   ├── Bll_Material.cs
    │   ├── Bll_OpTable.cs
    │   ├── BLL_RoomType.cs
    │   ├── Bll_SjTable.cs
    │   ├── BLL_State.cs
    │   ├── BLL_tableState.cs
    │   ├── BLL_waiter.cs
    │   ├── Bll_WaiterLevel.cs
    │   ├── Bll_xfb.cs
    │   ├── BusinessLayer.csproj
    │   ├── ConverString.cs
    │   ├── obj
    │   │   ├── BusinessLayer.csproj.FileList.txt
    │   │   └── Debug
    │   │       ├── BusinessLayer.dll
    │   │       ├── BusinessLayer.pdb
    │   │       ├── Refactor
    │   │       ├── ResolveAssemblyReference.cache
    │   │       └── TempPE
    │   └── Properties
    │       └── AssemblyInfo.cs
    ├── cysystem_Data.MDF
    ├── cysystem_Log.LDF
    ├── DataAccess
    │   ├── App.config
    │   ├── bin
    │   │   └── Debug
    │   │       ├── DataAccess.dll
    │   │       ├── DataAccess.dll.config
    │   │       └── DataAccess.pdb
    │   ├── DAbase.cs
    │   ├── DataAccess.csproj
    │   ├── obj
    │   │   ├── DataAccess.csproj.FileList.txt
    │   │   └── Debug
    │   │       ├── DataAccess.dll
    │   │       ├── DataAccess.pdb
    │   │       ├── Refactor
    │   │       └── TempPE
    │   └── Properties
    │       └── AssemblyInfo.cs
    ├── Entity
    │   ├── bin
    │   │   └── Debug
    │   │       ├── Entity.dll
    │   │       └── Entity.pdb
    │   ├── Consume.cs
    │   ├── Emploee.cs
    │   ├── Entity.csproj
    │   ├── leftZt.cs
    │   ├── MaterailLb.cs
    │   ├── material.cs
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── Entity.dll
    │   │   │   ├── Entity.pdb
    │   │   │   ├── Refactor
    │   │   │   └── TempPE
    │   │   └── Entity.csproj.FileList.txt
    │   ├── OpTable.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── RoomType.cs
    │   ├── SjTable.cs
    │   ├── State.cs
    │   ├── tableState.cs
    │   ├── Vip.cs
    │   ├── VipLevel.cs
    │   ├── Waiter.cs
    │   ├── WaiterLevel.cs
    │   └── Xfb.cs
    ├── project-beat
    │   ├── App.config
    │   ├── bin
    │   │   └── Debug
    │   │       ├── BusinessLayer.dll
    │   │       ├── BusinessLayer.pdb
    │   │       ├── DataAccess.dll
    │   │       ├── DataAccess.pdb
    │   │       ├── DevComponents.DotNetBar2.dll
    │   │       ├── DotNetMagic2005.dll
    │   │       ├── Entity.dll
    │   │       ├── Entity.pdb
    │   │       ├── project-beat.exe
    │   │       ├── project-beat.exe.config
    │   │       ├── project-beat.pdb
    │   │       ├── project-beat.vshost.exe
    │   │       └── project-beat.vshost.exe.config
    │   ├── ClassDiagram1.cd
    │   ├── ClassDiagram2.cd
    │   ├── ClassDiagram3.cd
    │   ├── ConstiStart_Form.cs
    │   ├── ConstiStart_Form.Designer.cs
    │   ├── ConstiStart_Form.resx
    │   ├── Cpbz_Form.cs
    │   ├── Cpbz_Form.Designer.cs
    │   ├── Cpbz_Form.resx
    │   ├── InsertOp_Form.cs
    │   ├── InsertOp_Form.Designer.cs
    │   ├── InsertOp_Form.resx
    │   ├── InsertRoomType_Form.cs
    │   ├── InsertRoomType_Form.Designer.cs
    │   ├── InsertRoomType_Form.resx
    │   ├── InsertWaiter_Form.cs
    │   ├── InsertWaiter_Form.Designer.cs
    │   ├── InsertWaiter_Form.resx
    │   ├── InsertWaiterLevel_Form.cs
    │   ├── InsertWaiterLevel_Form.Designer.cs
    │   ├── InsertWaiterLevel_Form.resx
    │   ├── Jz_Form.cs
    │   ├── Jz_Form.Designer.cs
    │   ├── Jz_Form.resx
    │   ├── MainForm.cs
    │   ├── MainForm.Designer.cs
    │   ├── MainForm.resx
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── project_beat.ConstiStart_Form.resources
    │   │   │   ├── project_beat.Cpbz_Form.resources
    │   │   │   ├── project-beat.csproj.GenerateResource.Cache
    │   │   │   ├── project-beat.exe
    │   │   │   ├── project_beat.InsertOp_Form.resources
    │   │   │   ├── project_beat.InsertRoomType_Form.resources
    │   │   │   ├── project_beat.InsertWaiter_Form.resources
    │   │   │   ├── project_beat.InsertWaiterLevel_Form.resources
    │   │   │   ├── project_beat.Jz_Form.resources
    │   │   │   ├── project_beat.MainForm.resources
    │   │   │   ├── project-beat.pdb
    │   │   │   ├── project_beat.Properties.Resources.resources
    │   │   │   ├── project_beat.SystemSet_Form.resources
    │   │   │   ├── project_beat.TableState_Form.resources
    │   │   │   ├── project_beat.TableStateSet_Form.resources
    │   │   │   ├── project_beat.Zjxf_Form.resources
    │   │   │   ├── Refactor
    │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   └── TempPE
    │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   └── project-beat.csproj.FileList.txt
    │   ├── Program.cs
    │   ├── project-beat.csproj
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Resources
    │   │   ├── annu.PNG
    │   │   ├── bgjz.PNG
    │   │   ├── bj1.PNG
    │   │   ├── bj21.PNG
    │   │   ├── bj2.PNG
    │   │   ├── ckfs_down.PNG
    │   │   ├── ckfs.PNG
    │   │   ├── cpbz.PNG
    │   │   ├── cpzt.PNG
    │   │   ├── cwgl.PNG
    │   │   ├── dt1.PNG
    │   │   ├── dt_down.PNG
    │   │   ├── dt.PNG
    │   │   ├── gkkd.PNG
    │   │   ├── gktc.PNG
    │   │   ├── gkzc.PNG
    │   │   ├── glzt_down.PNG
    │   │   ├── glzt.PNG
    │   │   ├── hccz.PNG
    │   │   ├── hhbj_down.PNG
    │   │   ├── hhbj.PNG
    │   │   ├── hygl.PNG
    │   │   ├── jbgl.PNG
    │   │   ├── jsq.bmp
    │   │   ├── kcwm.PNG
    │   │   ├── kx.PNG
    │   │   ├── left_bj.PNG
    │   │   ├── leftzk_down.PNG
    │   │   ├── leftzk.PNG
    │   │   ├── ptbj_down.PNG
    │   │   ├── ptbj.PNG
    │   │   ├── sbgl.PNG
    │   │   ├── sxxs_down.PNG
    │   │   ├── sxxs.PNG
    │   │   ├── ty.PNG
    │   │   ├── xflb.PNG
    │   │   ├── xmss.PNG
    │   │   ├── xsqb_down.PNG
    │   │   ├── xsqb.PNG
    │   │   ├── xtsz.PNG
    │   │   ├── ydgl.PNG
    │   │   ├── yd.PNG
    │   │   ├── yycx.PNG
    │   │   ├── zjsp.PNG
    │   │   ├── zjxf1.PNG
    │   │   ├── zjxf.PNG
    │   │   └── zt.PNG
    │   ├── SystemSet_Form.cs
    │   ├── SystemSet_Form.Designer.cs
    │   ├── SystemSet_Form.resx
    │   ├── TableState_Form.cs
    │   ├── TableState_Form.Designer.cs
    │   ├── TableState_Form.resx
    │   ├── TableStateSet_Form.cs
    │   ├── TableStateSet_Form.Designer.cs
    │   ├── TableStateSet_Form.resx
    │   ├── Zjxf_Form.cs
    │   ├── Zjxf_Form.Designer.cs
    │   └── Zjxf_Form.resx
    ├── project-beat.sln
    └── project-beat.suo

34 directories, 185 files

实例下载地址

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警