資源簡介
前臺功能概述:
客戶可以在線注冊并進行商品訂購,系統采用多層模式開發
后臺功能概述:
客戶管理 客戶信息管理
權限管理 權限添加 權限信息管理
員工管理 員工添加 員工信息管理
角色管理 角色添加 角色信息管理
訂單管理 訂單信息管理
商品管理 商品添加 商品信息管理 商品類別管理 商品類別添加
管理員實現多級管理,后臺界面有些錯亂,請自行調整
DB_51aspx下為Sql數據庫,附加即可
后臺管理地址:admin/Login.aspx,默認登陸帳號/密碼:51aspx/51aspx

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Data;
using?Model;
namespace?BLL
{
????public?class?tab_customers
????{
????????IDAL.Itab_customers?Itab_customer?=?DALFactory.FactoryDe.Ftab_Customer();
????????public?int?addCustomer(Model.tab_customers?Customer)
????????{
????????????return?Itab_customer.addCustomer(Customer);
????????}
????????public?int?deleteCustomer(int?ID)
????????{
????????????return?Itab_customer.deleteCustomer(ID);
????????}
????????public?DataSet?getAllCustomer(string?sql)
????????{
????????????return?Itab_customer.getAllCustomer(sql);
????????}
????????public?DataSet?getAllTwoCustomer(string?sql1?string?sql2)
????????{
????????????return?Itab_customer.getAllCustomerTwo(sql1?sql2);
????????}
????????public?int?updeatCustomer(Model.tab_customers?Customer)
????????{
????????????return?Itab_customer.updeatCustomer(Customer);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????20480??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\BLL.dll
?????文件??????50688??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\BLL.pdb
?????文件??????16384??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\DALFactory.dll
?????文件??????15872??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\DALFactory.pdb
?????文件??????16384??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\DBunit.dll
?????文件??????15872??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\DBunit.pdb
?????文件??????16384??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\IDAL.dll
?????文件???????7680??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\IDAL.pdb
?????文件??????24576??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\Model.dll
?????文件??????69120??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\Model.pdb
?????文件??????24576??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\SQLServerDAL.dll
?????文件??????50688??2009-06-11?14:04??wuhanshop\YLShoping\BLL\bin\Debug\SQLServerDAL.pdb
?????文件???????3077??2006-01-01?01:43??wuhanshop\YLShoping\BLL\BLL.csproj
?????文件????????168??2006-01-01?01:32??wuhanshop\YLShoping\BLL\BLL.csproj.user
?????文件????????352??2009-04-11?20:01??wuhanshop\YLShoping\BLL\obj\BLL.csproj.FileList.txt
?????文件????????742??2009-06-11?14:25??wuhanshop\YLShoping\BLL\obj\BLL.csproj.FileListAbsolute.txt
?????文件??????20480??2009-06-11?14:04??wuhanshop\YLShoping\BLL\obj\Debug\BLL.dll
?????文件??????50688??2009-06-11?14:04??wuhanshop\YLShoping\BLL\obj\Debug\BLL.pdb
?????文件??????16384??2009-03-26?15:11??wuhanshop\YLShoping\BLL\obj\Debug\Refactor\BLL.dll
?????文件??????27408??2009-06-11?14:04??wuhanshop\YLShoping\BLL\obj\Debug\ResolveAssemblyReference.cache
?????文件???????1325??2009-02-13?19:28??wuhanshop\YLShoping\BLL\Properties\AssemblyInfo.cs
?????文件????????960??2009-03-04?14:54??wuhanshop\YLShoping\BLL\tab_customers.cs
?????文件????????900??2009-02-28?11:16??wuhanshop\YLShoping\BLL\tab_emps.cs
?????文件????????755??2009-02-27?12:08??wuhanshop\YLShoping\BLL\TAB_LIUYAN.cs
?????文件???????1392??2009-02-14?10:02??wuhanshop\YLShoping\BLL\TAB_NEWS.cs
?????文件????????888??2009-06-11?13:55??wuhanshop\YLShoping\BLL\tab_orderDets.cs
?????文件????????738??2006-01-01?00:57??wuhanshop\YLShoping\BLL\tab_orders.cs
?????文件???????1332??2009-02-16?16:46??wuhanshop\YLShoping\BLL\tab_powers.cs
?????文件???????1552??2009-02-14?09:57??wuhanshop\YLShoping\BLL\tab_productClass.cs
?????文件???????1529??2009-06-11?13:55??wuhanshop\YLShoping\BLL\tab_Products.cs
............此處省略524個文件信息
- 上一篇:在線投票系統源碼(asp.net)
- 下一篇:.net c# 人事管理源碼
評論
共有 條評論