基本信息
源码名称:C#三层架构项目开发全过程-分销管理系统
源码大小:6.07M
文件格式:.zip
开发语言:C#
更新时间:2023-04-13
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#三层架构项目开发全过程-分销管理系统
完整的.NET三层架构开发项目,包含sqlserver数据库文件,值得好好学习。
文件清单
└── C#_三层架构项目开发的全过程
├── SHOP_log.ldf
├── SHOP.mdf
├── 操作手册
│ └── 金利来操作手册.docx
├── 架构文档
│ └── 金利来架构文档.doc
├── 模块设计说明书
│ ├── 会员管理详细设计说明书.docx
│ ├── 分店管理详细设计说明书.doc
│ ├── 分店管理详细设计说明书.docx
│ ├── 商品管理详细设计说明书.docx
│ ├── 大客户模块详细设计说明书.doc
│ ├── 客服管理详细设计说明书.doc
│ ├── 库存管理需求规格说明书.doc
│ ├── 总部发货详细设计说明书.doc
│ ├── 损益管理详细设计说明书.doc
│ ├── 统计分析详细设计说明.docx
│ ├── 调拨管理详细设计说明书.doc
│ └── 采购管理详细设计说明书.doc
├── 源代码
│ └── 金利来分销管理系统
│ ├── BLL
│ │ ├── BigCustomers
│ │ │ ├── bigclientBll.cs
│ │ │ ├── bigclient_listBll.cs
│ │ │ └── vssver2.scc
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── BLL.dll
│ │ │ │ ├── BLL.pdb
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ ├── BLL.csproj
│ │ ├── BLL.csproj.user
│ │ ├── BLL.csproj.vspscc
│ │ ├── Branch
│ │ │ ├── ShopBll.cs
│ │ │ ├── VenditionBll.cs
│ │ │ ├── Vendition_infoBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Employee
│ │ │ ├── EmployeeBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Goods
│ │ │ ├── BrandAddBll.cs
│ │ │ ├── ProductAddBll.cs
│ │ │ ├── ProductBll.cs
│ │ │ ├── ProductSelectBll.cs
│ │ │ ├── ProductTypeBll.cs
│ │ │ ├── ProductUpdateBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Invoice
│ │ │ ├── InvoiceBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Loss
│ │ │ ├── lossBll.cs
│ │ │ ├── loss_listBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Members
│ │ │ ├── MemberbBll.cs
│ │ │ ├── MemberBll.cs
│ │ │ └── vssver2.scc
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── Remove
│ │ │ ├── RemoveBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Stock
│ │ │ ├── StockFormBll.cs
│ │ │ ├── Stock_SetailsBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Store
│ │ │ ├── StoreBll.cs
│ │ │ └── vssver2.scc
│ │ └── vssver2.scc
│ ├── DAL
│ │ ├── BigCustomers
│ │ │ ├── bigclientDal.cs
│ │ │ ├── bigclient_listDal.cs
│ │ │ └── vssver2.scc
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ ├── Branch
│ │ │ ├── ShopDal.cs
│ │ │ ├── VenditionDal.cs
│ │ │ ├── Vendition_infoDal.cs
│ │ │ └── vssver2.scc
│ │ ├── DAL.csproj
│ │ ├── DAL.csproj.user
│ │ ├── DAL.csproj.vspscc
│ │ ├── Employee
│ │ │ ├── EmployeeDal.cs
│ │ │ └── vssver2.scc
│ │ ├── Goods
│ │ │ ├── BrandAddDal.cs
│ │ │ ├── ProductAddDal.cs
│ │ │ ├── ProductDal.cs
│ │ │ ├── ProductSelectDal.cs
│ │ │ ├── ProductTypeDal.cs
│ │ │ ├── ProductUpdateDal.cs
│ │ │ └── vssver2.scc
│ │ ├── Invoice
│ │ │ ├── InvoiceDal.cs
│ │ │ └── vssver2.scc
│ │ ├── Loss
│ │ │ ├── lossDal.cs
│ │ │ ├── loss_listDal.cs
│ │ │ └── vssver2.scc
│ │ ├── Members
│ │ │ ├── MemberbDal.cs
│ │ │ ├── MemberDal.cs
│ │ │ └── vssver2.scc
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── Remove
│ │ │ ├── RemoveDal.cs
│ │ │ └── vssver2.scc
│ │ ├── SqlHelper.cs
│ │ ├── Stock
│ │ │ ├── StockFormDal.cs
│ │ │ ├── Stock_SetailsDal.cs
│ │ │ └── vssver2.scc
│ │ ├── Store
│ │ │ ├── StoreDal.cs
│ │ │ └── vssver2.scc
│ │ └── vssver2.scc
│ ├── Model
│ │ ├── BigCustomers
│ │ │ ├── bigclient_listModel.cs
│ │ │ ├── bigclientModel.cs
│ │ │ └── vssver2.scc
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ ├── Branch
│ │ │ ├── ShopModel.cs
│ │ │ ├── Vendition_infoModel.cs
│ │ │ ├── VenditionModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Employee
│ │ │ ├── EmployeeModel.cs
│ │ │ ├── RouleModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Goods
│ │ │ ├── BrandAdd.cs
│ │ │ ├── ProductModel.cs
│ │ │ ├── ProductTypeModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Invoice
│ │ │ ├── InvoiceModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Loss
│ │ │ ├── loss_listModel.cs
│ │ │ ├── lossModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Members
│ │ │ ├── Memberb.cs
│ │ │ └── vssver2.scc
│ │ ├── Model.csproj
│ │ ├── Model.csproj.vspscc
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Model.csproj.FileListAbsolute.txt
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── Remove
│ │ │ ├── RemoveModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Stock
│ │ │ ├── StockFormModel.cs
│ │ │ ├── Stock_SetailsModel.cs
│ │ │ ├── Stock_TypeModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Store
│ │ │ ├── StoreModel.cs
│ │ │ └── vssver2.scc
│ │ └── vssver2.scc
│ ├── mssccprj.scc
│ ├── vssver2.scc
│ ├── 金利来分销管理系统
│ │ ├── Aboutus.aspx
│ │ ├── Aboutus.aspx.cs
│ │ ├── Aboutus.aspx.designer.cs
│ │ ├── BigCustomers
│ │ │ ├── BigClientDataSet.Designer.cs
│ │ │ ├── BigClientDataSet.xsc
│ │ │ ├── BigClientDataSet.xsd
│ │ │ ├── BigClientDataSet.xss
│ │ │ ├── BigClientInfroReport.aspx
│ │ │ ├── BigClientInfroReport.aspx.cs
│ │ │ ├── BigClientInfroReport.aspx.designer.cs
│ │ │ ├── BigClientInfroReport.rdlc
│ │ │ ├── BigCustomerBranchSale.aspx
│ │ │ ├── BigCustomerBranchSale.aspx.cs
│ │ │ ├── BigCustomerBranchSale.aspx.designer.cs
│ │ │ ├── BigCustomerOK.aspx
│ │ │ ├── BigCustomerOK.aspx.cs
│ │ │ ├── BigCustomerOK.aspx.designer.cs
│ │ │ ├── BigCustomerReturn.aspx
│ │ │ ├── BigCustomerReturn.aspx.cs
│ │ │ ├── BigCustomerReturn.aspx.designer.cs
│ │ │ ├── BigCustomerReturnSelect.aspx
│ │ │ ├── BigCustomerReturnSelect.aspx.cs
│ │ │ ├── BigCustomerReturnSelect.aspx.designer.cs
│ │ │ ├── BigCustomerReturnSelectsonpage.aspx
│ │ │ ├── BigCustomerReturnSelectsonpage.aspx.cs
│ │ │ ├── BigCustomerReturnSelectsonpage.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── bin
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── 金利来分销管理系统.dll
│ │ │ └── 金利来分销管理系统.pdb
│ │ ├── Branch
│ │ │ ├── AddBranches.aspx
│ │ │ ├── AddBranches.aspx.cs
│ │ │ ├── AddBranches.aspx.designer.cs
│ │ │ ├── BranchReturnExec.aspx
│ │ │ ├── BranchReturnExec.aspx.cs
│ │ │ ├── BranchReturnExec.aspx.designer.cs
│ │ │ ├── BranchReturnOK.aspx
│ │ │ ├── BranchReturnOK.aspx.cs
│ │ │ ├── BranchReturnOK.aspx.designer.cs
│ │ │ ├── BranchSale.aspx
│ │ │ ├── BranchSale.aspx.cs
│ │ │ ├── BranchSale.aspx.designer.cs
│ │ │ ├── BranchSaleDataSet.Designer.cs
│ │ │ ├── BranchSaleDataSet.xsc
│ │ │ ├── BranchSaleDataSet.xsd
│ │ │ ├── BranchSaleDataSet.xss
│ │ │ ├── BranchSaleReportSelect.aspx
│ │ │ ├── BranchSaleReportSelect.aspx.cs
│ │ │ ├── BranchSaleReportSelect.aspx.designer.cs
│ │ │ ├── BranchSaleSelectall.aspx
│ │ │ ├── BranchSaleSelectall.aspx.cs
│ │ │ ├── BranchSaleSelectall.aspx.designer.cs
│ │ │ ├── BranchStoreaReturnSelect.aspx
│ │ │ ├── BranchStoreaReturnSelect.aspx.cs
│ │ │ ├── BranchStoreaReturnSelect.aspx.designer.cs
│ │ │ ├── BranchStoresReturn.aspx
│ │ │ ├── BranchStoresReturn.aspx.cs
│ │ │ ├── BranchStoresReturn.aspx.designer.cs
│ │ │ ├── MemberReturn.aspx
│ │ │ ├── MemberReturn.aspx.cs
│ │ │ ├── MemberReturn.aspx.designer.cs
│ │ │ ├── MemberReturnSelect.aspx
│ │ │ ├── MemberReturnSelect.aspx.cs
│ │ │ ├── MemberReturnSelect.aspx.designer.cs
│ │ │ ├── SelectBranchDetail.aspx
│ │ │ ├── SelectBranchDetail.aspx.cs
│ │ │ ├── SelectBranchDetail.aspx.designer.cs
│ │ │ ├── SelectBranchSale.aspx
│ │ │ ├── SelectBranchSale.aspx.cs
│ │ │ ├── SelectBranchSale.aspx.designer.cs
│ │ │ ├── SelectBranchSaleReport.rdlc
│ │ │ ├── SelectBranchs.aspx
│ │ │ ├── SelectBranchs.aspx.cs
│ │ │ ├── SelectBranchs.aspx.designer.cs
│ │ │ ├── UpdateBranch.aspx
│ │ │ ├── UpdateBranch.aspx.cs
│ │ │ ├── UpdateBranch.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Employee
│ │ │ ├── AddWorkers.aspx
│ │ │ ├── AddWorkers.aspx.cs
│ │ │ ├── AddWorkers.aspx.designer.cs
│ │ │ ├── LeaveWorkers.aspx
│ │ │ ├── LeaveWorkers.aspx.cs
│ │ │ ├── LeaveWorkers.aspx.designer.cs
│ │ │ ├── PassWordReset.aspx
│ │ │ ├── PassWordReset.aspx.cs
│ │ │ ├── PassWordReset.aspx.designer.cs
│ │ │ ├── SelectBranchWorkerDetail.aspx
│ │ │ ├── SelectBranchWorkerDetail.aspx.cs
│ │ │ ├── SelectBranchWorkerDetail.aspx.designer.cs
│ │ │ ├── SelectBranchWorkers.aspx
│ │ │ ├── SelectBranchWorkers.aspx.cs
│ │ │ ├── SelectBranchWorkers.aspx.designer.cs
│ │ │ ├── SelectLeaveWorkers.aspx
│ │ │ ├── SelectLeaveWorkers.aspx.cs
│ │ │ ├── SelectLeaveWorkers.aspx.designer.cs
│ │ │ ├── UpdateBranchWorker.aspx
│ │ │ ├── UpdateBranchWorker.aspx.cs
│ │ │ ├── UpdateBranchWorker.aspx.designer.cs
│ │ │ ├── UpdateJob.aspx
│ │ │ ├── UpdateJob.aspx.cs
│ │ │ ├── UpdateJob.aspx.designer.cs
│ │ │ ├── UpdatePasswowd.aspx
│ │ │ ├── UpdatePasswowd.aspx.cs
│ │ │ ├── UpdatePasswowd.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Enter.aspx
│ │ ├── Enter.aspx.cs
│ │ ├── Enter.aspx.designer.cs
│ │ ├── Enter.files
│ │ │ ├── default.gif
│ │ │ ├── login.css
│ │ │ ├── public.css
│ │ │ └── vssver2.scc
│ │ ├── Goods
│ │ │ ├── GoodsAdd.aspx
│ │ │ ├── GoodsAdd.aspx.cs
│ │ │ ├── GoodsAdd.aspx.designer.cs
│ │ │ ├── GoodsBrandInsert.aspx
│ │ │ ├── GoodsBrandInsert.aspx.cs
│ │ │ ├── GoodsBrandInsert.aspx.designer.cs
│ │ │ ├── GoodsBrandSelect.aspx
│ │ │ ├── GoodsBrandSelect.aspx.cs
│ │ │ ├── GoodsBrandSelect.aspx.designer.cs
│ │ │ ├── GoodsDiscount.aspx
│ │ │ ├── GoodsDiscount.aspx.cs
│ │ │ ├── GoodsDiscount.aspx.designer.cs
│ │ │ ├── GoodsSelect.aspx
│ │ │ ├── GoodsSelect.aspx.cs
│ │ │ ├── GoodsSelect.aspx.designer.cs
│ │ │ ├── GoodsUpdate.aspx
│ │ │ ├── GoodsUpdate.aspx.cs
│ │ │ ├── GoodsUpdate.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Home.aspx
│ │ ├── Home.aspx.cs
│ │ ├── Home.aspx.designer.cs
│ │ ├── images
│ │ │ ├── 2.jpg
│ │ │ ├── addNote.gif
│ │ │ ├── bg_banner_menu.gif
│ │ │ ├── bg_button_blue.gif
│ │ │ ├── bg_button_del.gif
│ │ │ ├── bg_button_update.gif
│ │ │ ├── bg.gif
│ │ │ ├── bg_header.gif
│ │ │ ├── bg_left_bc.gif
│ │ │ ├── bg_left_bl.gif
│ │ │ ├── bg_left_br.gif
│ │ │ ├── bg_left_ls.gif
│ │ │ ├── bg_left_rs.gif
│ │ │ ├── bg_left_tc.gif
│ │ │ ├── bg_left_tl.gif
│ │ │ ├── bg_left_tr.gif
│ │ │ ├── bg_login_panel.gif
│ │ │ ├── bg_login_panel.png
│ │ │ ├── bg_login.png
│ │ │ ├── bg_nav.gif
│ │ │ ├── bg_rectbtn.png
│ │ │ ├── bg_schedule.gif
│ │ │ ├── bg_tabedbtn.gif
│ │ │ ├── bg_table_item2.gif
│ │ │ ├── bg_table_item.gif
│ │ │ ├── bg_th.gif
│ │ │ ├── bg_title.gif
│ │ │ ├── bg_tr.gif
│ │ │ ├── bg_users.gif
│ │ │ ├── delete.gif
│ │ │ ├── edit.gif
│ │ │ ├── index.css
│ │ │ ├── login.css
│ │ │ ├── login_main.png
│ │ │ ├── login_root.png
│ │ │ ├── logo.png
│ │ │ ├── mail.gif
│ │ │ ├── main_fs.gif
│ │ │ ├── main_hb.gif
│ │ │ ├── main_hl2.gif
│ │ │ ├── main_hl.gif
│ │ │ ├── main_hr.gif
│ │ │ ├── main_lf.gif
│ │ │ ├── main_ls.gif
│ │ │ ├── main_rc.gif
│ │ │ ├── main_rf.gif
│ │ │ ├── main_rs.gif
│ │ │ ├── menu_seprator.gif
│ │ │ ├── minicalendar
│ │ │ │ ├── minical_btnClose.gif
│ │ │ │ ├── minical_btnForward.gif
│ │ │ │ ├── minical_btnPrevious.gif
│ │ │ │ ├── minical_title.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── nav_back.gif
│ │ │ ├── nav_changePassword.gif
│ │ │ ├── nav_forward.gif
│ │ │ ├── nav_help.gif
│ │ │ ├── nav_pre.gif
│ │ │ ├── nav_print.gif
│ │ │ ├── nav_resetPassword.gif
│ │ │ ├── nav_search.gif
│ │ │ ├── note.gif
│ │ │ ├── public.css
│ │ │ ├── tree
│ │ │ │ ├── arrow_collapsed.gif
│ │ │ │ ├── arrow_collapsed_hover.gif
│ │ │ │ ├── arrow_expanded.gif
│ │ │ │ ├── arrow_expanded_hover.gif
│ │ │ │ ├── branch_node.gif
│ │ │ │ ├── btn_close.gif
│ │ │ │ ├── btn_close.png
│ │ │ │ ├── empty.gif
│ │ │ │ ├── folder_closed.gif
│ │ │ │ ├── folder_open.gif
│ │ │ │ ├── root_node.gif
│ │ │ │ ├── tree_node.gif
│ │ │ │ ├── user_node.gif
│ │ │ │ └── vssver2.scc
│ │ │ └── vssver2.scc
│ │ ├── Invoice
│ │ │ ├── InvoiceAdd.aspx
│ │ │ ├── InvoiceAdd.aspx.cs
│ │ │ ├── InvoiceAdd.aspx.designer.cs
│ │ │ ├── InvoiceCheck.aspx
│ │ │ ├── InvoiceCheck.aspx.cs
│ │ │ ├── InvoiceCheck.aspx.designer.cs
│ │ │ ├── InvoiceDataSet.Designer.cs
│ │ │ ├── InvoiceDataSet.xsc
│ │ │ ├── InvoiceDataSet.xsd
│ │ │ ├── InvoiceDataSet.xss
│ │ │ ├── InvoiceExec.aspx
│ │ │ ├── InvoiceExec.aspx.cs
│ │ │ ├── InvoiceExec.aspx.designer.cs
│ │ │ ├── InvoiceInfroSelect.aspx
│ │ │ ├── InvoiceInfroSelect.aspx.cs
│ │ │ ├── InvoiceInfroSelect.aspx.designer.cs
│ │ │ ├── InvoiceInfroSelectReport.rdlc
│ │ │ ├── InvoiceListDataSet.Designer.cs
│ │ │ ├── InvoiceListDataSet.xsc
│ │ │ ├── InvoiceListDataSet.xsd
│ │ │ ├── InvoiceListDataSet.xss
│ │ │ ├── InvoiceListSelect.aspx
│ │ │ ├── InvoiceListSelect.aspx.cs
│ │ │ ├── InvoiceListSelect.aspx.designer.cs
│ │ │ ├── InvoiceReport.aspx
│ │ │ ├── InvoiceReport.aspx.cs
│ │ │ ├── InvoiceReport.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── jinlilai.files
│ │ │ ├── CSS
│ │ │ │ ├── Style.css
│ │ │ │ └── vssver2.scc
│ │ │ ├── Left.files
│ │ │ │ ├── bg_left_bl.gif
│ │ │ │ ├── bg_left_br.gif
│ │ │ │ ├── bg_left_tl.gif
│ │ │ │ ├── bg_left_tr.gif
│ │ │ │ ├── Tree.js
│ │ │ │ ├── TreeNode.js
│ │ │ │ └── vssver2.scc
│ │ │ ├── Right.files
│ │ │ │ ├── Calendar.js
│ │ │ │ └── vssver2.scc
│ │ │ └── Top.files
│ │ │ ├── Clock.js
│ │ │ ├── mail.gif
│ │ │ ├── menu_seprator.gif
│ │ │ ├── nav_back.gif
│ │ │ ├── nav_changePassword.gif
│ │ │ ├── nav_forward.gif
│ │ │ ├── nav_help.gif
│ │ │ ├── nav_pre.gif
│ │ │ ├── nav_resetPassword.gif
│ │ │ └── vssver2.scc
│ │ ├── Left.aspx
│ │ ├── Left.aspx.cs
│ │ ├── Left.aspx.designer.cs
│ │ ├── Loss
│ │ │ ├── AddLoss.aspx
│ │ │ ├── AddLoss.aspx.cs
│ │ │ ├── AddLoss.aspx.designer.cs
│ │ │ ├── LossDataSet.Designer.cs
│ │ │ ├── LossDataSet.xsc
│ │ │ ├── LossDataSet.xsd
│ │ │ ├── LossDataSet.xss
│ │ │ ├── LossInfReport.aspx
│ │ │ ├── LossInfReport.aspx.cs
│ │ │ ├── LossInfReport.aspx.designer.cs
│ │ │ ├── LossInfReport.rdlc
│ │ │ ├── LossListDataSet.Designer.cs
│ │ │ ├── LossListDataSet.xsc
│ │ │ ├── LossListDataSet.xsd
│ │ │ ├── LossListDataSet.xss
│ │ │ ├── LossOK.aspx
│ │ │ ├── LossOK.aspx.cs
│ │ │ ├── LossOK.aspx.designer.cs
│ │ │ ├── SelectLoss.aspx
│ │ │ ├── SelectLoss.aspx.cs
│ │ │ ├── SelectLoss.aspx.designer.cs
│ │ │ ├── SelectLossInf.aspx
│ │ │ ├── SelectLossInf.aspx.cs
│ │ │ ├── SelectLossInf.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Members
│ │ │ ├── AddMember.aspx
│ │ │ ├── AddMember.aspx.cs
│ │ │ ├── AddMember.aspx.designer.cs
│ │ │ ├── Invoice
│ │ │ │ ├── InvoiceAdd.aspx
│ │ │ │ ├── InvoiceAdd.aspx.cs
│ │ │ │ ├── InvoiceAdd.aspx.designer.cs
│ │ │ │ ├── InvoiceCheck.aspx
│ │ │ │ ├── InvoiceCheck.aspx.cs
│ │ │ │ ├── InvoiceCheck.aspx.designer.cs
│ │ │ │ ├── InvoiceDataSet.Designer.cs
│ │ │ │ ├── InvoiceDataSet.xsc
│ │ │ │ ├── InvoiceDataSet.xsd
│ │ │ │ ├── InvoiceDataSet.xss
│ │ │ │ ├── InvoiceExec.aspx
│ │ │ │ ├── InvoiceExec.aspx.cs
│ │ │ │ ├── InvoiceExec.aspx.designer.cs
│ │ │ │ ├── InvoiceInfroSelect.aspx
│ │ │ │ ├── InvoiceInfroSelect.aspx.cs
│ │ │ │ ├── InvoiceInfroSelect.aspx.designer.cs
│ │ │ │ ├── InvoiceInfroSelectReport.rdlc
│ │ │ │ ├── InvoiceListDataSet.Designer.cs
│ │ │ │ ├── InvoiceListDataSet.xsc
│ │ │ │ ├── InvoiceListDataSet.xsd
│ │ │ │ ├── InvoiceListDataSet.xss
│ │ │ │ ├── InvoiceListSelect.aspx
│ │ │ │ ├── InvoiceListSelect.aspx.cs
│ │ │ │ ├── InvoiceListSelect.aspx.designer.cs
│ │ │ │ ├── InvoiceReport.aspx
│ │ │ │ ├── InvoiceReport.aspx.cs
│ │ │ │ ├── InvoiceReport.aspx.designer.cs
│ │ │ │ └── vssver2.scc
│ │ │ ├── MembersBackDetail.aspx
│ │ │ ├── MembersBackDetail.aspx.cs
│ │ │ ├── MembersBackDetail.aspx.designer.cs
│ │ │ ├── MembersBackDetailSelect.aspx
│ │ │ ├── MembersBackDetailSelect.aspx.cs
│ │ │ ├── MembersBackDetailSelect.aspx.designer.cs
│ │ │ ├── Remove
│ │ │ │ ├── RemoveAdd.aspx
│ │ │ │ ├── RemoveAdd.aspx.cs
│ │ │ │ ├── RemoveAdd.aspx.designer.cs
│ │ │ │ ├── RemoveCheck.aspx
│ │ │ │ ├── RemoveCheck.aspx.cs
│ │ │ │ ├── RemoveCheck.aspx.designer.cs
│ │ │ │ ├── RemoveDataSet.Designer.cs
│ │ │ │ ├── RemoveDataSet.xsc
│ │ │ │ ├── RemoveDataSet.xsd
│ │ │ │ ├── RemoveDataSet.xss
│ │ │ │ ├── RemoveExec.aspx
│ │ │ │ ├── RemoveExec.aspx.cs
│ │ │ │ ├── RemoveExec.aspx.designer.cs
│ │ │ │ ├── RemoveInfroSelect.aspx
│ │ │ │ ├── RemoveInfroSelect.aspx.cs
│ │ │ │ ├── RemoveInfroSelect.aspx.designer.cs
│ │ │ │ ├── RemoveInfroSelectReport.aspx
│ │ │ │ ├── RemoveInfroSelectReport.aspx.cs
│ │ │ │ ├── RemoveInfroSelectReport.aspx.designer.cs
│ │ │ │ ├── RemoveListSelect.aspx
│ │ │ │ ├── RemoveListSelect.aspx.cs
│ │ │ │ ├── RemoveListSelect.aspx.designer.cs
│ │ │ │ ├── RemoveReport.rdlc
│ │ │ │ └── vssver2.scc
│ │ │ ├── SelectMembers.aspx
│ │ │ ├── SelectMembers.aspx.cs
│ │ │ ├── SelectMembers.aspx.designer.cs
│ │ │ ├── Store
│ │ │ │ ├── AddAllReserve.aspx
│ │ │ │ ├── AddAllReserve.aspx.cs
│ │ │ │ ├── AddAllReserve.aspx.designer.cs
│ │ │ │ ├── SelectAllReserve.aspx
│ │ │ │ ├── SelectAllReserve.aspx.cs
│ │ │ │ ├── SelectAllReserve.aspx.designer.cs
│ │ │ │ └── vssver2.scc
│ │ │ ├── UpdateMember.aspx
│ │ │ ├── UpdateMember.aspx.cs
│ │ │ ├── UpdateMember.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RdlCompile.cache
│ │ │ ├── RdlCompile.compiled
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ ├── BigClientDataSet.Designer.cs.dll
│ │ │ │ ├── BigClientInfroDataSet.Designer.cs.dll
│ │ │ │ ├── BigClientListDataSet.Designer.cs.dll
│ │ │ │ ├── BigCustomers.BigClientDataSet.Designer.cs.dll
│ │ │ │ ├── Branch.BranchSaleDataSet.Designer.cs.dll
│ │ │ │ ├── Invoice.InvoiceDataSet.Designer.cs.dll
│ │ │ │ ├── Invoice.InvoiceListDataSet.Designer.cs.dll
│ │ │ │ ├── LossDataSet.Designer.cs.dll
│ │ │ │ ├── LossListDataSet.Designer.cs.dll
│ │ │ │ ├── Loss.LossDataSet.Designer.cs.dll
│ │ │ │ ├── Loss.LossListDataSet.Designer.cs.dll
│ │ │ │ ├── Remove.RemoveDataSet.Designer.cs.dll
│ │ │ │ ├── SHOPDataSet.Designer.cs.dll
│ │ │ │ ├── Stock.SHOPDataSet.Designer.cs.dll
│ │ │ │ ├── Stock.StockDataSet.Designer.cs.dll
│ │ │ │ └── Stock.StockListDataSet.Designer.cs.dll
│ │ │ ├── UI.csproj.FileListAbsolute.txt
│ │ │ ├── 金利来分销管理系统.dll
│ │ │ └── 金利来分销管理系统.pdb
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── Remove
│ │ │ ├── RemoveAdd.aspx
│ │ │ ├── RemoveAdd.aspx.cs
│ │ │ ├── RemoveAdd.aspx.designer.cs
│ │ │ ├── RemoveCheck.aspx
│ │ │ ├── RemoveCheck.aspx.cs
│ │ │ ├── RemoveCheck.aspx.designer.cs
│ │ │ ├── RemoveDataSet.Designer.cs
│ │ │ ├── RemoveDataSet.xsc
│ │ │ ├── RemoveDataSet.xsd
│ │ │ ├── RemoveDataSet.xss
│ │ │ ├── RemoveExec.aspx
│ │ │ ├── RemoveExec.aspx.cs
│ │ │ ├── RemoveExec.aspx.designer.cs
│ │ │ ├── RemoveInfroSelect.aspx
│ │ │ ├── RemoveInfroSelect.aspx.cs
│ │ │ ├── RemoveInfroSelect.aspx.designer.cs
│ │ │ ├── RemoveInfroSelectReport.aspx
│ │ │ ├── RemoveInfroSelectReport.aspx.cs
│ │ │ ├── RemoveInfroSelectReport.aspx.designer.cs
│ │ │ ├── RemoveListSelect.aspx
│ │ │ ├── RemoveListSelect.aspx.cs
│ │ │ ├── RemoveListSelect.aspx.designer.cs
│ │ │ ├── RemoveReport.rdlc
│ │ │ └── vssver2.scc
│ │ ├── Stock
│ │ │ ├── AddStockList.aspx
│ │ │ ├── AddStockList.aspx.cs
│ │ │ ├── AddStockList.aspx.designer.cs
│ │ │ ├── ReturnStockList.aspx
│ │ │ ├── ReturnStockList.aspx.cs
│ │ │ ├── ReturnStockList.aspx.designer.cs
│ │ │ ├── SelectStockInfro.aspx
│ │ │ ├── SelectStockInfro.aspx.cs
│ │ │ ├── SelectStockInfro.aspx.designer.cs
│ │ │ ├── SelectStockInfroReport.aspx
│ │ │ ├── SelectStockInfroReport.aspx.cs
│ │ │ ├── SelectStockInfroReport.aspx.designer.cs
│ │ │ ├── SelectStockInfroReport.rdlc
│ │ │ ├── SelectStockList.aspx
│ │ │ ├── SelectStockList.aspx.cs
│ │ │ ├── SelectStockList.aspx.designer.cs
│ │ │ ├── StockDataSet.Designer.cs
│ │ │ ├── StockDataSet.xsc
│ │ │ ├── StockDataSet.xsd
│ │ │ ├── StockDataSet.xss
│ │ │ ├── StockListDataSet.Designer.cs
│ │ │ ├── StockListDataSet.xsc
│ │ │ ├── StockListDataSet.xsd
│ │ │ ├── StockListDataSet.xss
│ │ │ ├── StockOK.aspx
│ │ │ ├── StockOK.aspx.cs
│ │ │ ├── StockOK.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Store
│ │ │ ├── AddAllReserve.aspx
│ │ │ ├── AddAllReserve.aspx.cs
│ │ │ ├── AddAllReserve.aspx.designer.cs
│ │ │ ├── SelectAllReserve.aspx
│ │ │ ├── SelectAllReserve.aspx.cs
│ │ │ ├── SelectAllReserve.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Top.aspx
│ │ ├── Top.aspx.cs
│ │ ├── Top.aspx.designer.cs
│ │ ├── UI.csproj
│ │ ├── UI.csproj.user
│ │ ├── UI.csproj.vspscc
│ │ ├── UI.Publish.xml
│ │ ├── vssver2.scc
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ ├── 金利来分销管理系统.sln
│ ├── 金利来分销管理系统.suo
│ └── 金利来分销管理系统.vssscc
└── 演示PPT
└── 金利来分销管理系统.ppt
89 directories, 627 files
C#三层架构项目开发全过程-分销管理系统
完整的.NET三层架构开发项目,包含sqlserver数据库文件,值得好好学习。
文件清单
└── C#_三层架构项目开发的全过程
├── SHOP_log.ldf
├── SHOP.mdf
├── 操作手册
│ └── 金利来操作手册.docx
├── 架构文档
│ └── 金利来架构文档.doc
├── 模块设计说明书
│ ├── 会员管理详细设计说明书.docx
│ ├── 分店管理详细设计说明书.doc
│ ├── 分店管理详细设计说明书.docx
│ ├── 商品管理详细设计说明书.docx
│ ├── 大客户模块详细设计说明书.doc
│ ├── 客服管理详细设计说明书.doc
│ ├── 库存管理需求规格说明书.doc
│ ├── 总部发货详细设计说明书.doc
│ ├── 损益管理详细设计说明书.doc
│ ├── 统计分析详细设计说明.docx
│ ├── 调拨管理详细设计说明书.doc
│ └── 采购管理详细设计说明书.doc
├── 源代码
│ └── 金利来分销管理系统
│ ├── BLL
│ │ ├── BigCustomers
│ │ │ ├── bigclientBll.cs
│ │ │ ├── bigclient_listBll.cs
│ │ │ └── vssver2.scc
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── BLL.dll
│ │ │ │ ├── BLL.pdb
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ ├── BLL.csproj
│ │ ├── BLL.csproj.user
│ │ ├── BLL.csproj.vspscc
│ │ ├── Branch
│ │ │ ├── ShopBll.cs
│ │ │ ├── VenditionBll.cs
│ │ │ ├── Vendition_infoBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Employee
│ │ │ ├── EmployeeBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Goods
│ │ │ ├── BrandAddBll.cs
│ │ │ ├── ProductAddBll.cs
│ │ │ ├── ProductBll.cs
│ │ │ ├── ProductSelectBll.cs
│ │ │ ├── ProductTypeBll.cs
│ │ │ ├── ProductUpdateBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Invoice
│ │ │ ├── InvoiceBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Loss
│ │ │ ├── lossBll.cs
│ │ │ ├── loss_listBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Members
│ │ │ ├── MemberbBll.cs
│ │ │ ├── MemberBll.cs
│ │ │ └── vssver2.scc
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── Remove
│ │ │ ├── RemoveBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Stock
│ │ │ ├── StockFormBll.cs
│ │ │ ├── Stock_SetailsBll.cs
│ │ │ └── vssver2.scc
│ │ ├── Store
│ │ │ ├── StoreBll.cs
│ │ │ └── vssver2.scc
│ │ └── vssver2.scc
│ ├── DAL
│ │ ├── BigCustomers
│ │ │ ├── bigclientDal.cs
│ │ │ ├── bigclient_listDal.cs
│ │ │ └── vssver2.scc
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ ├── Branch
│ │ │ ├── ShopDal.cs
│ │ │ ├── VenditionDal.cs
│ │ │ ├── Vendition_infoDal.cs
│ │ │ └── vssver2.scc
│ │ ├── DAL.csproj
│ │ ├── DAL.csproj.user
│ │ ├── DAL.csproj.vspscc
│ │ ├── Employee
│ │ │ ├── EmployeeDal.cs
│ │ │ └── vssver2.scc
│ │ ├── Goods
│ │ │ ├── BrandAddDal.cs
│ │ │ ├── ProductAddDal.cs
│ │ │ ├── ProductDal.cs
│ │ │ ├── ProductSelectDal.cs
│ │ │ ├── ProductTypeDal.cs
│ │ │ ├── ProductUpdateDal.cs
│ │ │ └── vssver2.scc
│ │ ├── Invoice
│ │ │ ├── InvoiceDal.cs
│ │ │ └── vssver2.scc
│ │ ├── Loss
│ │ │ ├── lossDal.cs
│ │ │ ├── loss_listDal.cs
│ │ │ └── vssver2.scc
│ │ ├── Members
│ │ │ ├── MemberbDal.cs
│ │ │ ├── MemberDal.cs
│ │ │ └── vssver2.scc
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── Remove
│ │ │ ├── RemoveDal.cs
│ │ │ └── vssver2.scc
│ │ ├── SqlHelper.cs
│ │ ├── Stock
│ │ │ ├── StockFormDal.cs
│ │ │ ├── Stock_SetailsDal.cs
│ │ │ └── vssver2.scc
│ │ ├── Store
│ │ │ ├── StoreDal.cs
│ │ │ └── vssver2.scc
│ │ └── vssver2.scc
│ ├── Model
│ │ ├── BigCustomers
│ │ │ ├── bigclient_listModel.cs
│ │ │ ├── bigclientModel.cs
│ │ │ └── vssver2.scc
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ ├── Branch
│ │ │ ├── ShopModel.cs
│ │ │ ├── Vendition_infoModel.cs
│ │ │ ├── VenditionModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Employee
│ │ │ ├── EmployeeModel.cs
│ │ │ ├── RouleModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Goods
│ │ │ ├── BrandAdd.cs
│ │ │ ├── ProductModel.cs
│ │ │ ├── ProductTypeModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Invoice
│ │ │ ├── InvoiceModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Loss
│ │ │ ├── loss_listModel.cs
│ │ │ ├── lossModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Members
│ │ │ ├── Memberb.cs
│ │ │ └── vssver2.scc
│ │ ├── Model.csproj
│ │ ├── Model.csproj.vspscc
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Model.csproj.FileListAbsolute.txt
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ └── TempPE
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── Remove
│ │ │ ├── RemoveModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Stock
│ │ │ ├── StockFormModel.cs
│ │ │ ├── Stock_SetailsModel.cs
│ │ │ ├── Stock_TypeModel.cs
│ │ │ └── vssver2.scc
│ │ ├── Store
│ │ │ ├── StoreModel.cs
│ │ │ └── vssver2.scc
│ │ └── vssver2.scc
│ ├── mssccprj.scc
│ ├── vssver2.scc
│ ├── 金利来分销管理系统
│ │ ├── Aboutus.aspx
│ │ ├── Aboutus.aspx.cs
│ │ ├── Aboutus.aspx.designer.cs
│ │ ├── BigCustomers
│ │ │ ├── BigClientDataSet.Designer.cs
│ │ │ ├── BigClientDataSet.xsc
│ │ │ ├── BigClientDataSet.xsd
│ │ │ ├── BigClientDataSet.xss
│ │ │ ├── BigClientInfroReport.aspx
│ │ │ ├── BigClientInfroReport.aspx.cs
│ │ │ ├── BigClientInfroReport.aspx.designer.cs
│ │ │ ├── BigClientInfroReport.rdlc
│ │ │ ├── BigCustomerBranchSale.aspx
│ │ │ ├── BigCustomerBranchSale.aspx.cs
│ │ │ ├── BigCustomerBranchSale.aspx.designer.cs
│ │ │ ├── BigCustomerOK.aspx
│ │ │ ├── BigCustomerOK.aspx.cs
│ │ │ ├── BigCustomerOK.aspx.designer.cs
│ │ │ ├── BigCustomerReturn.aspx
│ │ │ ├── BigCustomerReturn.aspx.cs
│ │ │ ├── BigCustomerReturn.aspx.designer.cs
│ │ │ ├── BigCustomerReturnSelect.aspx
│ │ │ ├── BigCustomerReturnSelect.aspx.cs
│ │ │ ├── BigCustomerReturnSelect.aspx.designer.cs
│ │ │ ├── BigCustomerReturnSelectsonpage.aspx
│ │ │ ├── BigCustomerReturnSelectsonpage.aspx.cs
│ │ │ ├── BigCustomerReturnSelectsonpage.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── bin
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── 金利来分销管理系统.dll
│ │ │ └── 金利来分销管理系统.pdb
│ │ ├── Branch
│ │ │ ├── AddBranches.aspx
│ │ │ ├── AddBranches.aspx.cs
│ │ │ ├── AddBranches.aspx.designer.cs
│ │ │ ├── BranchReturnExec.aspx
│ │ │ ├── BranchReturnExec.aspx.cs
│ │ │ ├── BranchReturnExec.aspx.designer.cs
│ │ │ ├── BranchReturnOK.aspx
│ │ │ ├── BranchReturnOK.aspx.cs
│ │ │ ├── BranchReturnOK.aspx.designer.cs
│ │ │ ├── BranchSale.aspx
│ │ │ ├── BranchSale.aspx.cs
│ │ │ ├── BranchSale.aspx.designer.cs
│ │ │ ├── BranchSaleDataSet.Designer.cs
│ │ │ ├── BranchSaleDataSet.xsc
│ │ │ ├── BranchSaleDataSet.xsd
│ │ │ ├── BranchSaleDataSet.xss
│ │ │ ├── BranchSaleReportSelect.aspx
│ │ │ ├── BranchSaleReportSelect.aspx.cs
│ │ │ ├── BranchSaleReportSelect.aspx.designer.cs
│ │ │ ├── BranchSaleSelectall.aspx
│ │ │ ├── BranchSaleSelectall.aspx.cs
│ │ │ ├── BranchSaleSelectall.aspx.designer.cs
│ │ │ ├── BranchStoreaReturnSelect.aspx
│ │ │ ├── BranchStoreaReturnSelect.aspx.cs
│ │ │ ├── BranchStoreaReturnSelect.aspx.designer.cs
│ │ │ ├── BranchStoresReturn.aspx
│ │ │ ├── BranchStoresReturn.aspx.cs
│ │ │ ├── BranchStoresReturn.aspx.designer.cs
│ │ │ ├── MemberReturn.aspx
│ │ │ ├── MemberReturn.aspx.cs
│ │ │ ├── MemberReturn.aspx.designer.cs
│ │ │ ├── MemberReturnSelect.aspx
│ │ │ ├── MemberReturnSelect.aspx.cs
│ │ │ ├── MemberReturnSelect.aspx.designer.cs
│ │ │ ├── SelectBranchDetail.aspx
│ │ │ ├── SelectBranchDetail.aspx.cs
│ │ │ ├── SelectBranchDetail.aspx.designer.cs
│ │ │ ├── SelectBranchSale.aspx
│ │ │ ├── SelectBranchSale.aspx.cs
│ │ │ ├── SelectBranchSale.aspx.designer.cs
│ │ │ ├── SelectBranchSaleReport.rdlc
│ │ │ ├── SelectBranchs.aspx
│ │ │ ├── SelectBranchs.aspx.cs
│ │ │ ├── SelectBranchs.aspx.designer.cs
│ │ │ ├── UpdateBranch.aspx
│ │ │ ├── UpdateBranch.aspx.cs
│ │ │ ├── UpdateBranch.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Employee
│ │ │ ├── AddWorkers.aspx
│ │ │ ├── AddWorkers.aspx.cs
│ │ │ ├── AddWorkers.aspx.designer.cs
│ │ │ ├── LeaveWorkers.aspx
│ │ │ ├── LeaveWorkers.aspx.cs
│ │ │ ├── LeaveWorkers.aspx.designer.cs
│ │ │ ├── PassWordReset.aspx
│ │ │ ├── PassWordReset.aspx.cs
│ │ │ ├── PassWordReset.aspx.designer.cs
│ │ │ ├── SelectBranchWorkerDetail.aspx
│ │ │ ├── SelectBranchWorkerDetail.aspx.cs
│ │ │ ├── SelectBranchWorkerDetail.aspx.designer.cs
│ │ │ ├── SelectBranchWorkers.aspx
│ │ │ ├── SelectBranchWorkers.aspx.cs
│ │ │ ├── SelectBranchWorkers.aspx.designer.cs
│ │ │ ├── SelectLeaveWorkers.aspx
│ │ │ ├── SelectLeaveWorkers.aspx.cs
│ │ │ ├── SelectLeaveWorkers.aspx.designer.cs
│ │ │ ├── UpdateBranchWorker.aspx
│ │ │ ├── UpdateBranchWorker.aspx.cs
│ │ │ ├── UpdateBranchWorker.aspx.designer.cs
│ │ │ ├── UpdateJob.aspx
│ │ │ ├── UpdateJob.aspx.cs
│ │ │ ├── UpdateJob.aspx.designer.cs
│ │ │ ├── UpdatePasswowd.aspx
│ │ │ ├── UpdatePasswowd.aspx.cs
│ │ │ ├── UpdatePasswowd.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Enter.aspx
│ │ ├── Enter.aspx.cs
│ │ ├── Enter.aspx.designer.cs
│ │ ├── Enter.files
│ │ │ ├── default.gif
│ │ │ ├── login.css
│ │ │ ├── public.css
│ │ │ └── vssver2.scc
│ │ ├── Goods
│ │ │ ├── GoodsAdd.aspx
│ │ │ ├── GoodsAdd.aspx.cs
│ │ │ ├── GoodsAdd.aspx.designer.cs
│ │ │ ├── GoodsBrandInsert.aspx
│ │ │ ├── GoodsBrandInsert.aspx.cs
│ │ │ ├── GoodsBrandInsert.aspx.designer.cs
│ │ │ ├── GoodsBrandSelect.aspx
│ │ │ ├── GoodsBrandSelect.aspx.cs
│ │ │ ├── GoodsBrandSelect.aspx.designer.cs
│ │ │ ├── GoodsDiscount.aspx
│ │ │ ├── GoodsDiscount.aspx.cs
│ │ │ ├── GoodsDiscount.aspx.designer.cs
│ │ │ ├── GoodsSelect.aspx
│ │ │ ├── GoodsSelect.aspx.cs
│ │ │ ├── GoodsSelect.aspx.designer.cs
│ │ │ ├── GoodsUpdate.aspx
│ │ │ ├── GoodsUpdate.aspx.cs
│ │ │ ├── GoodsUpdate.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Home.aspx
│ │ ├── Home.aspx.cs
│ │ ├── Home.aspx.designer.cs
│ │ ├── images
│ │ │ ├── 2.jpg
│ │ │ ├── addNote.gif
│ │ │ ├── bg_banner_menu.gif
│ │ │ ├── bg_button_blue.gif
│ │ │ ├── bg_button_del.gif
│ │ │ ├── bg_button_update.gif
│ │ │ ├── bg.gif
│ │ │ ├── bg_header.gif
│ │ │ ├── bg_left_bc.gif
│ │ │ ├── bg_left_bl.gif
│ │ │ ├── bg_left_br.gif
│ │ │ ├── bg_left_ls.gif
│ │ │ ├── bg_left_rs.gif
│ │ │ ├── bg_left_tc.gif
│ │ │ ├── bg_left_tl.gif
│ │ │ ├── bg_left_tr.gif
│ │ │ ├── bg_login_panel.gif
│ │ │ ├── bg_login_panel.png
│ │ │ ├── bg_login.png
│ │ │ ├── bg_nav.gif
│ │ │ ├── bg_rectbtn.png
│ │ │ ├── bg_schedule.gif
│ │ │ ├── bg_tabedbtn.gif
│ │ │ ├── bg_table_item2.gif
│ │ │ ├── bg_table_item.gif
│ │ │ ├── bg_th.gif
│ │ │ ├── bg_title.gif
│ │ │ ├── bg_tr.gif
│ │ │ ├── bg_users.gif
│ │ │ ├── delete.gif
│ │ │ ├── edit.gif
│ │ │ ├── index.css
│ │ │ ├── login.css
│ │ │ ├── login_main.png
│ │ │ ├── login_root.png
│ │ │ ├── logo.png
│ │ │ ├── mail.gif
│ │ │ ├── main_fs.gif
│ │ │ ├── main_hb.gif
│ │ │ ├── main_hl2.gif
│ │ │ ├── main_hl.gif
│ │ │ ├── main_hr.gif
│ │ │ ├── main_lf.gif
│ │ │ ├── main_ls.gif
│ │ │ ├── main_rc.gif
│ │ │ ├── main_rf.gif
│ │ │ ├── main_rs.gif
│ │ │ ├── menu_seprator.gif
│ │ │ ├── minicalendar
│ │ │ │ ├── minical_btnClose.gif
│ │ │ │ ├── minical_btnForward.gif
│ │ │ │ ├── minical_btnPrevious.gif
│ │ │ │ ├── minical_title.gif
│ │ │ │ └── vssver2.scc
│ │ │ ├── nav_back.gif
│ │ │ ├── nav_changePassword.gif
│ │ │ ├── nav_forward.gif
│ │ │ ├── nav_help.gif
│ │ │ ├── nav_pre.gif
│ │ │ ├── nav_print.gif
│ │ │ ├── nav_resetPassword.gif
│ │ │ ├── nav_search.gif
│ │ │ ├── note.gif
│ │ │ ├── public.css
│ │ │ ├── tree
│ │ │ │ ├── arrow_collapsed.gif
│ │ │ │ ├── arrow_collapsed_hover.gif
│ │ │ │ ├── arrow_expanded.gif
│ │ │ │ ├── arrow_expanded_hover.gif
│ │ │ │ ├── branch_node.gif
│ │ │ │ ├── btn_close.gif
│ │ │ │ ├── btn_close.png
│ │ │ │ ├── empty.gif
│ │ │ │ ├── folder_closed.gif
│ │ │ │ ├── folder_open.gif
│ │ │ │ ├── root_node.gif
│ │ │ │ ├── tree_node.gif
│ │ │ │ ├── user_node.gif
│ │ │ │ └── vssver2.scc
│ │ │ └── vssver2.scc
│ │ ├── Invoice
│ │ │ ├── InvoiceAdd.aspx
│ │ │ ├── InvoiceAdd.aspx.cs
│ │ │ ├── InvoiceAdd.aspx.designer.cs
│ │ │ ├── InvoiceCheck.aspx
│ │ │ ├── InvoiceCheck.aspx.cs
│ │ │ ├── InvoiceCheck.aspx.designer.cs
│ │ │ ├── InvoiceDataSet.Designer.cs
│ │ │ ├── InvoiceDataSet.xsc
│ │ │ ├── InvoiceDataSet.xsd
│ │ │ ├── InvoiceDataSet.xss
│ │ │ ├── InvoiceExec.aspx
│ │ │ ├── InvoiceExec.aspx.cs
│ │ │ ├── InvoiceExec.aspx.designer.cs
│ │ │ ├── InvoiceInfroSelect.aspx
│ │ │ ├── InvoiceInfroSelect.aspx.cs
│ │ │ ├── InvoiceInfroSelect.aspx.designer.cs
│ │ │ ├── InvoiceInfroSelectReport.rdlc
│ │ │ ├── InvoiceListDataSet.Designer.cs
│ │ │ ├── InvoiceListDataSet.xsc
│ │ │ ├── InvoiceListDataSet.xsd
│ │ │ ├── InvoiceListDataSet.xss
│ │ │ ├── InvoiceListSelect.aspx
│ │ │ ├── InvoiceListSelect.aspx.cs
│ │ │ ├── InvoiceListSelect.aspx.designer.cs
│ │ │ ├── InvoiceReport.aspx
│ │ │ ├── InvoiceReport.aspx.cs
│ │ │ ├── InvoiceReport.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── jinlilai.files
│ │ │ ├── CSS
│ │ │ │ ├── Style.css
│ │ │ │ └── vssver2.scc
│ │ │ ├── Left.files
│ │ │ │ ├── bg_left_bl.gif
│ │ │ │ ├── bg_left_br.gif
│ │ │ │ ├── bg_left_tl.gif
│ │ │ │ ├── bg_left_tr.gif
│ │ │ │ ├── Tree.js
│ │ │ │ ├── TreeNode.js
│ │ │ │ └── vssver2.scc
│ │ │ ├── Right.files
│ │ │ │ ├── Calendar.js
│ │ │ │ └── vssver2.scc
│ │ │ └── Top.files
│ │ │ ├── Clock.js
│ │ │ ├── mail.gif
│ │ │ ├── menu_seprator.gif
│ │ │ ├── nav_back.gif
│ │ │ ├── nav_changePassword.gif
│ │ │ ├── nav_forward.gif
│ │ │ ├── nav_help.gif
│ │ │ ├── nav_pre.gif
│ │ │ ├── nav_resetPassword.gif
│ │ │ └── vssver2.scc
│ │ ├── Left.aspx
│ │ ├── Left.aspx.cs
│ │ ├── Left.aspx.designer.cs
│ │ ├── Loss
│ │ │ ├── AddLoss.aspx
│ │ │ ├── AddLoss.aspx.cs
│ │ │ ├── AddLoss.aspx.designer.cs
│ │ │ ├── LossDataSet.Designer.cs
│ │ │ ├── LossDataSet.xsc
│ │ │ ├── LossDataSet.xsd
│ │ │ ├── LossDataSet.xss
│ │ │ ├── LossInfReport.aspx
│ │ │ ├── LossInfReport.aspx.cs
│ │ │ ├── LossInfReport.aspx.designer.cs
│ │ │ ├── LossInfReport.rdlc
│ │ │ ├── LossListDataSet.Designer.cs
│ │ │ ├── LossListDataSet.xsc
│ │ │ ├── LossListDataSet.xsd
│ │ │ ├── LossListDataSet.xss
│ │ │ ├── LossOK.aspx
│ │ │ ├── LossOK.aspx.cs
│ │ │ ├── LossOK.aspx.designer.cs
│ │ │ ├── SelectLoss.aspx
│ │ │ ├── SelectLoss.aspx.cs
│ │ │ ├── SelectLoss.aspx.designer.cs
│ │ │ ├── SelectLossInf.aspx
│ │ │ ├── SelectLossInf.aspx.cs
│ │ │ ├── SelectLossInf.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Members
│ │ │ ├── AddMember.aspx
│ │ │ ├── AddMember.aspx.cs
│ │ │ ├── AddMember.aspx.designer.cs
│ │ │ ├── Invoice
│ │ │ │ ├── InvoiceAdd.aspx
│ │ │ │ ├── InvoiceAdd.aspx.cs
│ │ │ │ ├── InvoiceAdd.aspx.designer.cs
│ │ │ │ ├── InvoiceCheck.aspx
│ │ │ │ ├── InvoiceCheck.aspx.cs
│ │ │ │ ├── InvoiceCheck.aspx.designer.cs
│ │ │ │ ├── InvoiceDataSet.Designer.cs
│ │ │ │ ├── InvoiceDataSet.xsc
│ │ │ │ ├── InvoiceDataSet.xsd
│ │ │ │ ├── InvoiceDataSet.xss
│ │ │ │ ├── InvoiceExec.aspx
│ │ │ │ ├── InvoiceExec.aspx.cs
│ │ │ │ ├── InvoiceExec.aspx.designer.cs
│ │ │ │ ├── InvoiceInfroSelect.aspx
│ │ │ │ ├── InvoiceInfroSelect.aspx.cs
│ │ │ │ ├── InvoiceInfroSelect.aspx.designer.cs
│ │ │ │ ├── InvoiceInfroSelectReport.rdlc
│ │ │ │ ├── InvoiceListDataSet.Designer.cs
│ │ │ │ ├── InvoiceListDataSet.xsc
│ │ │ │ ├── InvoiceListDataSet.xsd
│ │ │ │ ├── InvoiceListDataSet.xss
│ │ │ │ ├── InvoiceListSelect.aspx
│ │ │ │ ├── InvoiceListSelect.aspx.cs
│ │ │ │ ├── InvoiceListSelect.aspx.designer.cs
│ │ │ │ ├── InvoiceReport.aspx
│ │ │ │ ├── InvoiceReport.aspx.cs
│ │ │ │ ├── InvoiceReport.aspx.designer.cs
│ │ │ │ └── vssver2.scc
│ │ │ ├── MembersBackDetail.aspx
│ │ │ ├── MembersBackDetail.aspx.cs
│ │ │ ├── MembersBackDetail.aspx.designer.cs
│ │ │ ├── MembersBackDetailSelect.aspx
│ │ │ ├── MembersBackDetailSelect.aspx.cs
│ │ │ ├── MembersBackDetailSelect.aspx.designer.cs
│ │ │ ├── Remove
│ │ │ │ ├── RemoveAdd.aspx
│ │ │ │ ├── RemoveAdd.aspx.cs
│ │ │ │ ├── RemoveAdd.aspx.designer.cs
│ │ │ │ ├── RemoveCheck.aspx
│ │ │ │ ├── RemoveCheck.aspx.cs
│ │ │ │ ├── RemoveCheck.aspx.designer.cs
│ │ │ │ ├── RemoveDataSet.Designer.cs
│ │ │ │ ├── RemoveDataSet.xsc
│ │ │ │ ├── RemoveDataSet.xsd
│ │ │ │ ├── RemoveDataSet.xss
│ │ │ │ ├── RemoveExec.aspx
│ │ │ │ ├── RemoveExec.aspx.cs
│ │ │ │ ├── RemoveExec.aspx.designer.cs
│ │ │ │ ├── RemoveInfroSelect.aspx
│ │ │ │ ├── RemoveInfroSelect.aspx.cs
│ │ │ │ ├── RemoveInfroSelect.aspx.designer.cs
│ │ │ │ ├── RemoveInfroSelectReport.aspx
│ │ │ │ ├── RemoveInfroSelectReport.aspx.cs
│ │ │ │ ├── RemoveInfroSelectReport.aspx.designer.cs
│ │ │ │ ├── RemoveListSelect.aspx
│ │ │ │ ├── RemoveListSelect.aspx.cs
│ │ │ │ ├── RemoveListSelect.aspx.designer.cs
│ │ │ │ ├── RemoveReport.rdlc
│ │ │ │ └── vssver2.scc
│ │ │ ├── SelectMembers.aspx
│ │ │ ├── SelectMembers.aspx.cs
│ │ │ ├── SelectMembers.aspx.designer.cs
│ │ │ ├── Store
│ │ │ │ ├── AddAllReserve.aspx
│ │ │ │ ├── AddAllReserve.aspx.cs
│ │ │ │ ├── AddAllReserve.aspx.designer.cs
│ │ │ │ ├── SelectAllReserve.aspx
│ │ │ │ ├── SelectAllReserve.aspx.cs
│ │ │ │ ├── SelectAllReserve.aspx.designer.cs
│ │ │ │ └── vssver2.scc
│ │ │ ├── UpdateMember.aspx
│ │ │ ├── UpdateMember.aspx.cs
│ │ │ ├── UpdateMember.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RdlCompile.cache
│ │ │ ├── RdlCompile.compiled
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ ├── BigClientDataSet.Designer.cs.dll
│ │ │ │ ├── BigClientInfroDataSet.Designer.cs.dll
│ │ │ │ ├── BigClientListDataSet.Designer.cs.dll
│ │ │ │ ├── BigCustomers.BigClientDataSet.Designer.cs.dll
│ │ │ │ ├── Branch.BranchSaleDataSet.Designer.cs.dll
│ │ │ │ ├── Invoice.InvoiceDataSet.Designer.cs.dll
│ │ │ │ ├── Invoice.InvoiceListDataSet.Designer.cs.dll
│ │ │ │ ├── LossDataSet.Designer.cs.dll
│ │ │ │ ├── LossListDataSet.Designer.cs.dll
│ │ │ │ ├── Loss.LossDataSet.Designer.cs.dll
│ │ │ │ ├── Loss.LossListDataSet.Designer.cs.dll
│ │ │ │ ├── Remove.RemoveDataSet.Designer.cs.dll
│ │ │ │ ├── SHOPDataSet.Designer.cs.dll
│ │ │ │ ├── Stock.SHOPDataSet.Designer.cs.dll
│ │ │ │ ├── Stock.StockDataSet.Designer.cs.dll
│ │ │ │ └── Stock.StockListDataSet.Designer.cs.dll
│ │ │ ├── UI.csproj.FileListAbsolute.txt
│ │ │ ├── 金利来分销管理系统.dll
│ │ │ └── 金利来分销管理系统.pdb
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── Remove
│ │ │ ├── RemoveAdd.aspx
│ │ │ ├── RemoveAdd.aspx.cs
│ │ │ ├── RemoveAdd.aspx.designer.cs
│ │ │ ├── RemoveCheck.aspx
│ │ │ ├── RemoveCheck.aspx.cs
│ │ │ ├── RemoveCheck.aspx.designer.cs
│ │ │ ├── RemoveDataSet.Designer.cs
│ │ │ ├── RemoveDataSet.xsc
│ │ │ ├── RemoveDataSet.xsd
│ │ │ ├── RemoveDataSet.xss
│ │ │ ├── RemoveExec.aspx
│ │ │ ├── RemoveExec.aspx.cs
│ │ │ ├── RemoveExec.aspx.designer.cs
│ │ │ ├── RemoveInfroSelect.aspx
│ │ │ ├── RemoveInfroSelect.aspx.cs
│ │ │ ├── RemoveInfroSelect.aspx.designer.cs
│ │ │ ├── RemoveInfroSelectReport.aspx
│ │ │ ├── RemoveInfroSelectReport.aspx.cs
│ │ │ ├── RemoveInfroSelectReport.aspx.designer.cs
│ │ │ ├── RemoveListSelect.aspx
│ │ │ ├── RemoveListSelect.aspx.cs
│ │ │ ├── RemoveListSelect.aspx.designer.cs
│ │ │ ├── RemoveReport.rdlc
│ │ │ └── vssver2.scc
│ │ ├── Stock
│ │ │ ├── AddStockList.aspx
│ │ │ ├── AddStockList.aspx.cs
│ │ │ ├── AddStockList.aspx.designer.cs
│ │ │ ├── ReturnStockList.aspx
│ │ │ ├── ReturnStockList.aspx.cs
│ │ │ ├── ReturnStockList.aspx.designer.cs
│ │ │ ├── SelectStockInfro.aspx
│ │ │ ├── SelectStockInfro.aspx.cs
│ │ │ ├── SelectStockInfro.aspx.designer.cs
│ │ │ ├── SelectStockInfroReport.aspx
│ │ │ ├── SelectStockInfroReport.aspx.cs
│ │ │ ├── SelectStockInfroReport.aspx.designer.cs
│ │ │ ├── SelectStockInfroReport.rdlc
│ │ │ ├── SelectStockList.aspx
│ │ │ ├── SelectStockList.aspx.cs
│ │ │ ├── SelectStockList.aspx.designer.cs
│ │ │ ├── StockDataSet.Designer.cs
│ │ │ ├── StockDataSet.xsc
│ │ │ ├── StockDataSet.xsd
│ │ │ ├── StockDataSet.xss
│ │ │ ├── StockListDataSet.Designer.cs
│ │ │ ├── StockListDataSet.xsc
│ │ │ ├── StockListDataSet.xsd
│ │ │ ├── StockListDataSet.xss
│ │ │ ├── StockOK.aspx
│ │ │ ├── StockOK.aspx.cs
│ │ │ ├── StockOK.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Store
│ │ │ ├── AddAllReserve.aspx
│ │ │ ├── AddAllReserve.aspx.cs
│ │ │ ├── AddAllReserve.aspx.designer.cs
│ │ │ ├── SelectAllReserve.aspx
│ │ │ ├── SelectAllReserve.aspx.cs
│ │ │ ├── SelectAllReserve.aspx.designer.cs
│ │ │ └── vssver2.scc
│ │ ├── Top.aspx
│ │ ├── Top.aspx.cs
│ │ ├── Top.aspx.designer.cs
│ │ ├── UI.csproj
│ │ ├── UI.csproj.user
│ │ ├── UI.csproj.vspscc
│ │ ├── UI.Publish.xml
│ │ ├── vssver2.scc
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ ├── 金利来分销管理系统.sln
│ ├── 金利来分销管理系统.suo
│ └── 金利来分销管理系统.vssscc
└── 演示PPT
└── 金利来分销管理系统.ppt
89 directories, 627 files