資源簡介
餐飲管理系統 ,包含數據庫 ,PPT文檔 ,主要功能有開單, 結賬 ,增加消費 ,預訂 ,查詢 ,各種房間餐桌設置等模塊

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?MODEL
{
???public?class?Binkejiezhuanglei:?Products
????{
????????private?int?cdAmount;
???????///?
???????///?商品數量
???????///?
????????public?int?CdAmount
????????{
????????????get?{?return?cdAmount;?}
????????????set?{?cdAmount?=?value;?}
????????}
????????private?string?cbStateDate;
???????///?
???????///?開始時間
???????///?
????????public?string?CbStateDate
????????{
????????????get?{?return?cbStateDate;?}
????????????set?{?cbStateDate?=?value;?}
????????}
????????private?string?cbEndDate;
???????///?
???????///?結賬時間
???????///?
????????public?string?CbEndDate
????????{
????????????get?{?return?cbEndDate;?}
????????????set?{?cbEndDate?=?value;?}
????????}
????????private?string?cdDate;
????????///?
????????///?點單時間
????????///?
????????public?string?CdDate
????????{
????????????get?{?return?cdDate;?}
????????????set?{?cdDate?=?value;?}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????3145728??2011-07-12?22:40??餐飲管理系統\數據庫\Repast.mdf
?????文件????1048576??2011-07-12?22:40??餐飲管理系統\數據庫\Repast_log.ldf
?????文件?????110592??2011-07-10?21:36??餐飲管理系統\數據庫字典.doc
?????文件????1540096??2011-07-15?09:38??餐飲管理系統\餐飲管理系統.ppt
?????文件???????2345??2011-06-27?10:11??餐飲管理系統\RepastSys\RepastSys.sln
????..A..H.?????90112??2011-08-06?12:59??餐飲管理系統\RepastSys\RepastSys.suo
?????文件??????13338??2011-07-13?16:31??餐飲管理系統\RepastSys\RepastUI\AddExpense.cs
?????文件??????15704??2011-07-13?16:29??餐飲管理系統\RepastSys\RepastUI\AddExpense.Designer.cs
?????文件???????6013??2011-07-13?16:29??餐飲管理系統\RepastSys\RepastUI\AddExpense.resx
?????文件???????2924??2011-07-11?21:06??餐飲管理系統\RepastSys\RepastUI\AddMember.cs
?????文件???????8796??2011-07-11?20:49??餐飲管理系統\RepastSys\RepastUI\AddMember.Designer.cs
?????文件???????5814??2011-07-11?20:49??餐飲管理系統\RepastSys\RepastUI\AddMember.resx
?????文件????????212??2011-06-27?10:44??餐飲管理系統\RepastSys\RepastUI\App.config
?????文件???????7673??2011-07-12?22:08??餐飲管理系統\RepastSys\RepastUI\BillSelect.cs
?????文件??????16411??2011-07-08?22:38??餐飲管理系統\RepastSys\RepastUI\BillSelect.Designer.cs
?????文件??????38472??2011-07-08?22:38??餐飲管理系統\RepastSys\RepastUI\BillSelect.resx
?????文件???????5350??2011-07-12?22:11??餐飲管理系統\RepastSys\RepastUI\Book.cs
?????文件??????13879??2011-07-12?22:10??餐飲管理系統\RepastSys\RepastUI\Book.Designer.cs
?????文件??????21773??2011-07-12?22:10??餐飲管理系統\RepastSys\RepastUI\Book.resx
?????文件???????6171??2011-07-21?11:31??餐飲管理系統\RepastSys\RepastUI\cantaishezhiRoom.cs
?????文件??????14332??2011-07-21?11:31??餐飲管理系統\RepastSys\RepastUI\cantaishezhiRoom.designer.cs
?????文件???????6734??2011-07-21?11:31??餐飲管理系統\RepastSys\RepastUI\cantaishezhiRoom.resx
?????文件???????4477??2011-07-12?13:21??餐飲管理系統\RepastSys\RepastUI\ChangeTableState.cs
?????文件??????10411??2011-06-30?19:43??餐飲管理系統\RepastSys\RepastUI\ChangeTableState.Designer.cs
?????文件??????31432??2011-06-30?19:43??餐飲管理系統\RepastSys\RepastUI\ChangeTableState.resx
?????文件???????5385??2011-07-16?22:35??餐飲管理系統\RepastSys\RepastUI\CommoditySelect.cs
?????文件??????10896??2011-07-10?17:57??餐飲管理系統\RepastSys\RepastUI\CommoditySelect.Designer.cs
?????文件??????38472??2011-07-10?17:57??餐飲管理系統\RepastSys\RepastUI\CommoditySelect.resx
?????文件????????809??2011-07-07?15:01??餐飲管理系統\RepastSys\RepastUI\Helper.cs
?????文件???????2359??2011-06-30?12:37??餐飲管理系統\RepastSys\RepastUI\InsertUser.cs
............此處省略303個文件信息
評論
共有 條評論