在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 中小型超市管理系统源码

中小型超市管理系统源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:12.14M
  • 下载次数:14
  • 浏览次数:240
  • 发布时间:2020-08-27
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
中小型超市管理系统源码 超市管理系统源码.zip 解压即可用
【实例截图】
【核心代码】
中小型超市管理系统源码asp.net超市管理系统源码
└── 中小型超市管理系统源码 asp.net超市管理系统源码
└── MF000159-中小型超市管理系统源码 asp.net超市管理系统源码
├── Bll
│   ├── B_detailInfo.cs
│   ├── B_goodsInfo.cs
│   ├── bin
│   │   └── Debug
│   │   ├── Bll.dll
│   │   ├── Bll.pdb
│   │   ├── Dal.dll
│   │   ├── Dal.pdb
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── Bll.csproj
│   ├── Bll.csproj.user
│   ├── B_salesInfo.cs
│   ├── B_sortInfo.cs
│   ├── B_suppliersInfo.cs
│   ├── B_unitInfo.cs
│   ├── B_userInfo.cs
│   ├── B_wareHouse.cs
│   ├── obj
│   │   └── Debug
│   │   ├── Bll.csproj.FileListAbsolute.txt
│   │   ├── Bll.csprojResolveAssemblyReference.cache
│   │   ├── Bll.dll
│   │   ├── Bll.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── ResolveAssemblyReference.cache
│   └── Properties
│   └── AssemblyInfo.cs
├── Dal
│   ├── bin
│   │   └── Debug
│   │   ├── Dal.dll
│   │   ├── Dal.pdb
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── Dal.csproj
│   ├── Dal.csproj.user
│   ├── D_detailInfo.cs
│   ├── D_goodsInfo.cs
│   ├── D_salesInfo.cs
│   ├── D_sortInfo.cs
│   ├── D_suppliersInfo.cs
│   ├── D_unitInfo.cs
│   ├── D_userInfo.cs
│   ├── D_wareHouse.cs
│   ├── obj
│   │   └── Debug
│   │   ├── Dal.csproj.FileListAbsolute.txt
│   │   ├── Dal.dll
│   │   ├── Dal.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── SqlHelper.cs
├── Model
│   ├── bin
│   │   └── Debug
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── M_detailInfo.cs
│   ├── M_goodsInfo.cs
│   ├── Model.csproj
│   ├── Model.csproj.user
│   ├── M_salesInfo.cs
│   ├── M_sortInfo.cs
│   ├── M_suppliersInfo.cs
│   ├── M_unitInfo.cs
│   ├── M_userInfo.cs
│   ├── M_wareHouse.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Model.csproj.FileListAbsolute.txt
│   │   ├── Model.dll
│   │   └── Model.pdb
│   └── Properties
│   └── AssemblyInfo.cs
├── supermarketsale
│   ├── App_Data
│   │   └── 2003.mdb
│   ├── baseinfo
│   │   ├── SortAdd.cs
│   │   ├── SortAdd.Designer.cs
│   │   ├── SortAdd.resx
│   │   ├── SortEdit.cs
│   │   ├── SortEdit.Designer.cs
│   │   ├── SortEdit.resx
│   │   ├── SortInfo.cs
│   │   ├── SortInfo.Designer.cs
│   │   ├── SortInfo.resx
│   │   ├── SuppAdd.cs
│   │   ├── SuppAdd.Designer.cs
│   │   ├── SuppAdd.resx
│   │   ├── SuppEdit.cs
│   │   ├── SuppEdit.Designer.cs
│   │   ├── SuppEdit.resx
│   │   ├── SuppInfo.cs
│   │   ├── SuppInfo.Designer.cs
│   │   ├── SuppInfo.resx
│   │   ├── UnitAdd.cs
│   │   ├── UnitAdd.Designer.cs
│   │   ├── UnitAdd.resx
│   │   ├── UnitEdit.cs
│   │   ├── UnitEdit.Designer.cs
│   │   ├── UnitEdit.resx
│   │   ├── UnitInfo.cs
│   │   ├── UnitInfo.Designer.cs
│   │   ├── UnitInfo.resx
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── bin
│   │   ├── Debug
│   │   │   ├── 1key.gif
│   │   │   ├── 2003.mdb
│   │   │   ├── add.gif
│   │   │   ├── add+word.gif
│   │   │   ├── App_Data
│   │   │   │   └── 2003.mdb
│   │   │   ├── back.jpg
│   │   │   ├── Bll.dll
│   │   │   ├── Bll.pdb
│   │   │   ├── Dal.dll
│   │   │   ├── Dal.pdb
│   │   │   ├── delete_6.gif
│   │   │   ├── delete.gif
│   │   │   ├── delete+word.gif
│   │   │   ├── DevComponents.DotNetBar2.dll
│   │   │   ├── edit.gif
│   │   │   ├── edit+word.gif
│   │   │   ├── fing+word.gif
│   │   │   ├── format.gif
│   │   │   ├── g.gif
│   │   │   ├── gw2.gif
│   │   │   ├── gw.gif
│   │   │   ├── icon2_090.png
│   │   │   ├── icon-mail2.gif
│   │   │   ├── key.gif
│   │   │   ├── key.jpg
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   ├── out+word.gif
│   │   │   ├── report2_(add).gif
│   │   │   ├── report2_(delete).gif
│   │   │   ├── set.gif
│   │   │   ├── stage4.gif
│   │   │   ├── st.gif
│   │   │   ├── stop.gif
│   │   │   ├── str.gif
│   │   │   ├── suo.gif
│   │   │   ├── supermarketsale.exe
│   │   │   ├── supermarketsale.pdb
│   │   │   ├── supermarketsale.vshost.exe
│   │   │   ├── supermarketsale.vshost.exe.manifest
│   │   │   ├── Thumbs.db
│   │   │   ├── vie.gif
│   │   │   ├── yc.gif
│   │   │   └── yx.gif
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── F_log.cs
│   ├── F_log.Designer.cs
│   ├── F_log.resx
│   ├── F_main.cs
│   ├── F_main.Designer.cs
│   ├── F_main.resx
│   ├── goods
│   │   ├── GoodsAdd.cs
│   │   ├── GoodsAdd.Designer.cs
│   │   ├── GoodsAdd.resx
│   │   ├── GoodsEdit.cs
│   │   ├── GoodsEdit.Designer.cs
│   │   ├── GoodsEdit.resx
│   │   ├── GoodsFind.cs
│   │   ├── GoodsFind.Designer.cs
│   │   ├── GoodsFind.resx
│   │   ├── GoodsInfo.cs
│   │   ├── GoodsInfo.Designer.cs
│   │   ├── GoodsInfo.resx
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── supermarketsale.baseinfo.SortAdd.resources
│   │   ├── supermarketsale.baseinfo.SortEdit.resources
│   │   ├── supermarketsale.baseinfo.SortInfo.resources
│   │   ├── supermarketsale.baseinfo.SuppAdd.resources
│   │   ├── supermarketsale.baseinfo.SuppEdit.resources
│   │   ├── supermarketsale.baseinfo.SuppInfo.resources
│   │   ├── supermarketsale.baseinfo.UnitAdd.resources
│   │   ├── supermarketsale.baseinfo.UnitEdit.resources
│   │   ├── supermarketsale.baseinfo.UnitInfo.resources
│   │   ├── supermarketsale.csproj.FileListAbsolute.txt
│   │   ├── supermarketsale.csproj.GenerateResource.Cache
│   │   ├── supermarketsale.csprojResolveAssemblyReference.cache
│   │   ├── supermarketsale.exe
│   │   ├── supermarketsale.F_log.resources
│   │   ├── supermarketsale.F_main.resources
│   │   ├── supermarketsale.goods.GoodsAdd.resources
│   │   ├── supermarketsale.goods.GoodsEdit.resources
│   │   ├── supermarketsale.goods.GoodsFind.resources
│   │   ├── supermarketsale.goods.GoodsInfo.resources
│   │   ├── supermarketsale.pdb
│   │   ├── supermarketsale.Properties.Resources.resources
│   │   ├── supermarketsale.SellCount.resources
│   │   ├── supermarketsale.sell.PayBill.resources
│   │   ├── supermarketsale.SellRec.ChangeCount.resources
│   │   ├── supermarketsale.SellRec.PostCount.resources
│   │   ├── supermarketsale.SellRec.Posted.resources
│   │   ├── supermarketsale.SellRec.SellAll.resources
│   │   ├── supermarketsale.sell.SupermarketSell.resources
│   │   ├── supermarketsale.usermanage.UserAdd.resources
│   │   ├── supermarketsale.usermanage.UserEdit.resources
│   │   ├── supermarketsale.usermanage.UserMain.resources
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   ├── Settings.settings
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── sell
│   │   ├── PayBill.cs
│   │   ├── PayBill.Designer.cs
│   │   ├── PayBill.resx
│   │   ├── SupermarketSell.cs
│   │   ├── SupermarketSell.Designer.cs
│   │   ├── SupermarketSell.resx
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── SellCount.cs
│   ├── SellCount.Designer.cs
│   ├── SellCount.resx
│   ├── SellRec
│   │   ├── ChangeCount.cs
│   │   ├── ChangeCount.Designer.cs
│   │   ├── ChangeCount.resx
│   │   ├── PostCount.cs
│   │   ├── PostCount.Designer.cs
│   │   ├── PostCount.resx
│   │   ├── Posted.cs
│   │   ├── Posted.Designer.cs
│   │   ├── Posted.resx
│   │   ├── SellAll.cs
│   │   ├── SellAll.Designer.cs
│   │   ├── SellAll.resx
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── supermarketsale.csproj
│   ├── supermarketsale.csproj.user
│   └── usermanage
│   ├── UserAdd.cs
│   ├── UserAdd.Designer.cs
│   ├── UserAdd.resx
│   ├── UserEdit.cs
│   ├── UserEdit.Designer.cs
│   ├── UserEdit.resx
│   ├── UserMain.cs
│   ├── UserMain.Designer.cs
│   ├── UserMain.resx
│   ├── 使用说明.txt
│   └── 国内最大最正规的免费商业源码下载平台.mht
├── supermarketsale.sln
├── supermarketsale.suo
├── supermarketsale.v12.suo
├── UpgradeLog.XML
└── 源码必读.txt

34 directories, 244 files

标签:

实例下载地址

中小型超市管理系统源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警