嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#茶馆收银系统 与数据库Access
本程序通过C#开发,基于窗体设计界面,完善的系统功能;采用编程的三层结构 界面层 逻辑层 数据访问层 同时采用数据模型和数据库公共访问层,层次明确 如果有疑问或者问题请直接发邮件到我邮箱: dcf_happy@163.com
.
├── C#茶馆收银系统 与数据库Access_TeaManage.rar
├── MyQuartz.suo
└── TeaManage
├── TeaBLL
│ ├── BillBLL.cs
│ ├── ClientBLL.cs
│ ├── ConsumeBLL.cs
│ ├── GoodsBLL.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoleBLL.cs
│ ├── RoomBLL.cs
│ ├── RoomPriceBLL.cs
│ ├── ScheduleBLL.cs
│ ├── TeaBLL.csproj
│ ├── UserBLL.cs
│ ├── bin
│ │ └── Debug
│ │ ├── TeaBLL.dll
│ │ ├── TeaBLL.pdb
│ │ ├── TeaCommon.dll
│ │ ├── TeaCommon.pdb
│ │ ├── TeaDAl.dll
│ │ ├── TeaDAl.pdb
│ │ ├── TeaModel.dll
│ │ └── TeaModel.pdb
│ └── obj
│ ├── Debug
│ │ ├── Refactor
│ │ │ └── TeaBLL.dll
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TeaBLL.dll
│ │ ├── TeaBLL.pdb
│ │ └── TempPE
│ └── TeaBLL.csproj.FileList.txt
├── TeaCommon
│ ├── CcharToBool.cs
│ ├── CreateTime.cs
│ ├── DbHelperSQL.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── TeaCommon.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── TeaCommon.dll
│ │ └── TeaCommon.pdb
│ └── obj
│ ├── Debug
│ │ ├── Refactor
│ │ │ └── TeaCommon.dll
│ │ ├── TeaCommon.dll
│ │ ├── TeaCommon.pdb
│ │ └── TempPE
│ └── TeaCommon.csproj.FileList.txt
├── TeaDAl
│ ├── BillDAL.cs
│ ├── ClientDAL.cs
│ ├── ConsumeDAL.cs
│ ├── GoodsDAL.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoleDAL.cs
│ ├── RoomDAL.cs
│ ├── RoomPriceDAL.cs
│ ├── ScheduleDAL.cs
│ ├── TeaDAL.csproj
│ ├── UserDAL.cs
│ ├── bin
│ │ └── Debug
│ │ ├── TeaCommon.dll
│ │ ├── TeaCommon.pdb
│ │ ├── TeaDAl.dll
│ │ ├── TeaDAl.pdb
│ │ ├── TeaModel.dll
│ │ └── TeaModel.pdb
│ └── obj
│ ├── Debug
│ │ ├── Refactor
│ │ │ └── TeaDAl.dll
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TeaDAl.dll
│ │ ├── TeaDAl.pdb
│ │ └── TempPE
│ └── TeaDAL.csproj.FileList.txt
├── TeaManage
│ ├── BillConsume.Designer.cs
│ ├── BillConsume.cs
│ ├── BillConsume.resx
│ ├── ClientInfo.Designer.cs
│ ├── ClientInfo.cs
│ ├── ClientInfo.resx
│ ├── ConsumeInfo.Designer.cs
│ ├── ConsumeInfo.cs
│ ├── ConsumeInfo.resx
│ ├── GoodsInfo.Designer.cs
│ ├── GoodsInfo.cs
│ ├── GoodsInfo.resx
│ ├── Login.Designer.cs
│ ├── Login.cs
│ ├── Login.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RoleSetInfo.Designer.cs
│ ├── RoleSetInfo.cs
│ ├── RoleSetInfo.resx
│ ├── RoomType.Designer.cs
│ ├── RoomType.cs
│ ├── RoomType.resx
│ ├── Rooms.Designer.cs
│ ├── Rooms.cs
│ ├── Rooms.resx
│ ├── Roomset.Designer.cs
│ ├── Roomset.cs
│ ├── Roomset.resx
│ ├── SaleInfo.Designer.cs
│ ├── SaleInfo.cs
│ ├── SaleInfo.resx
│ ├── ScheduleInfo.Designer.cs
│ ├── ScheduleInfo.cs
│ ├── ScheduleInfo.resx
│ ├── Session.cs
│ ├── TeaManage.csproj
│ ├── UserSetInfo.Designer.cs
│ ├── UserSetInfo.cs
│ ├── UserSetInfo.resx
│ ├── bin
│ │ └── Debug
│ │ ├── TeaBLL.dll
│ │ ├── TeaBLL.pdb
│ │ ├── TeaCommon.dll
│ │ ├── TeaCommon.pdb
│ │ ├── TeaDAl.dll
│ │ ├── TeaDAl.pdb
│ │ ├── TeaData.mdb
│ │ ├── TeaManage.exe
│ │ ├── TeaManage.pdb
│ │ ├── TeaManage.vshost.exe
│ │ ├── TeaModel.dll
│ │ └── TeaModel.pdb
│ ├── frmMain.Designer.cs
│ ├── frmMain.cs
│ ├── frmMain.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TeaManage.BillConsume.resources
│ │ │ ├── TeaManage.ClientInfo.resources
│ │ │ ├── TeaManage.ConsumeInfo.resources
│ │ │ ├── TeaManage.GoodsInfo.resources
│ │ │ ├── TeaManage.Login.resources
│ │ │ ├── TeaManage.Properties.Resources.resources
│ │ │ ├── TeaManage.RoleSetInfo.resources
│ │ │ ├── TeaManage.RoomType.resources
│ │ │ ├── TeaManage.Rooms.resources
│ │ │ ├── TeaManage.Roomset.resources
│ │ │ ├── TeaManage.SaleInfo.resources
│ │ │ ├── TeaManage.ScheduleInfo.resources
│ │ │ ├── TeaManage.UserSetInfo.resources
│ │ │ ├── TeaManage.csproj.GenerateResource.Cache
│ │ │ ├── TeaManage.exe
│ │ │ ├── TeaManage.frmMain.resources
│ │ │ ├── TeaManage.pdb
│ │ │ ├── TeaManage.statusInfo.resources
│ │ │ └── TempPE
│ │ └── TeaManage.csproj.FileList.txt
│ ├── statusInfo.Designer.cs
│ ├── statusInfo.cs
│ └── statusInfo.resx
├── TeaManage.sln
├── TeaManage.suo
└── TeaModel
├── BillModel.cs
├── ClientModel.cs
├── ConsumeModel.cs
├── GoodsModel.cs
├── Properties
│ └── AssemblyInfo.cs
├── RoleModel.cs
├── RoomModel.cs
├── RoomPriceModel.cs
├── ScheduleModel.cs
├── TeaModel.csproj
├── UserModel.cs
├── bin
│ └── Debug
│ ├── TeaModel.dll
│ └── TeaModel.pdb
└── obj
├── Debug
│ ├── Refactor
│ │ └── TeaModel.dll
│ ├── TeaModel.dll
│ ├── TeaModel.pdb
│ └── TempPE
└── TeaModel.csproj.FileList.txt
41 directories, 160 files