实例介绍
该系统主要从药品管理、供应商管理、出库管理、进货管理、销售管理、库存管理和员工管理七个方面对药店管理系统的功能进行划分。本文则是根据经理、库管员、销售员三个角色的功能进行结构划分。系统登陆时会根据员工信息进行职位查询,不同职位在系统中分配的功能不同。经理主要是对人员信息的管理,库管员主要是对药品库存的管理,包括出库管理。采购员主要是对药品的采购管理与供应商的管理。销售员主要是对药品的销售管理。该系统可以为顾客提供同类药品的销量信息以供选择,还可以为药店管理者提供药品的最低库存预警信息和药品有效期预警,从根本上避免了缺货现象的出现。
【实例截图】
【核心代码】
基于.net三层架构的药店管理系统的设计与实现
└── 药店管理系统
├── Chemist
│ ├── BLL
│ │ ├── Admin.cs
│ │ ├── BLL.csproj
│ │ ├── Category.cs
│ │ ├── Delivery.cs
│ │ ├── Medicines.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Purchase.cs
│ │ ├── Sell.cs
│ │ ├── Supplier.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ ├── Maticsoft.DBUtility.pdb
│ │ │ ├── Microsoft.Win32.Primitives.dll
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── MySql.Data.dll
│ │ │ ├── System.AppContext.dll
│ │ │ ├── System.Collections.Concurrent.dll
│ │ │ ├── System.Collections.NonGeneric.dll
│ │ │ ├── System.Collections.Specialized.dll
│ │ │ ├── System.Collections.dll
│ │ │ ├── System.ComponentModel.EventBasedAsync.dll
│ │ │ ├── System.ComponentModel.Primitives.dll
│ │ │ ├── System.ComponentModel.TypeConverter.dll
│ │ │ ├── System.ComponentModel.dll
│ │ │ ├── System.Console.dll
│ │ │ ├── System.Data.Common.dll
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── System.Diagnostics.Contracts.dll
│ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ │ ├── System.Diagnostics.Process.dll
│ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ ├── System.Diagnostics.TextWriterTraceListener.dll
│ │ │ ├── System.Diagnostics.Tools.dll
│ │ │ ├── System.Diagnostics.TraceSource.dll
│ │ │ ├── System.Diagnostics.Tracing.dll
│ │ │ ├── System.Drawing.Primitives.dll
│ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ ├── System.Globalization.Calendars.dll
│ │ │ ├── System.Globalization.Extensions.dll
│ │ │ ├── System.Globalization.dll
│ │ │ ├── System.IO.Compression.ZipFile.dll
│ │ │ ├── System.IO.Compression.dll
│ │ │ ├── System.IO.FileSystem.DriveInfo.dll
│ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ ├── System.IO.FileSystem.Watcher.dll
│ │ │ ├── System.IO.FileSystem.dll
│ │ │ ├── System.IO.IsolatedStorage.dll
│ │ │ ├── System.IO.MemoryMappedFiles.dll
│ │ │ ├── System.IO.Pipes.dll
│ │ │ ├── System.IO.UnmanagedMemoryStream.dll
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Linq.Expressions.dll
│ │ │ ├── System.Linq.Parallel.dll
│ │ │ ├── System.Linq.Queryable.dll
│ │ │ ├── System.Linq.dll
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Net.NameResolution.dll
│ │ │ ├── System.Net.NetworkInformation.dll
│ │ │ ├── System.Net.Ping.dll
│ │ │ ├── System.Net.Primitives.dll
│ │ │ ├── System.Net.Requests.dll
│ │ │ ├── System.Net.Security.dll
│ │ │ ├── System.Net.Sockets.dll
│ │ │ ├── System.Net.WebHeaderCollection.dll
│ │ │ ├── System.Net.WebSockets.Client.dll
│ │ │ ├── System.Net.WebSockets.dll
│ │ │ ├── System.ObjectModel.dll
│ │ │ ├── System.Reflection.Extensions.dll
│ │ │ ├── System.Reflection.Primitives.dll
│ │ │ ├── System.Reflection.dll
│ │ │ ├── System.Resources.Reader.dll
│ │ │ ├── System.Resources.ResourceManager.dll
│ │ │ ├── System.Resources.Writer.dll
│ │ │ ├── System.Runtime.CompilerServices.VisualC.dll
│ │ │ ├── System.Runtime.Extensions.dll
│ │ │ ├── System.Runtime.Handles.dll
│ │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ ├── System.Runtime.Numerics.dll
│ │ │ ├── System.Runtime.Serialization.Formatters.dll
│ │ │ ├── System.Runtime.Serialization.Json.dll
│ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Security.Claims.dll
│ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ ├── System.Security.Cryptography.Csp.dll
│ │ │ ├── System.Security.Cryptography.Encoding.dll
│ │ │ ├── System.Security.Cryptography.Primitives.dll
│ │ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ │ ├── System.Security.Principal.dll
│ │ │ ├── System.Security.SecureString.dll
│ │ │ ├── System.Text.Encoding.Extensions.dll
│ │ │ ├── System.Text.Encoding.dll
│ │ │ ├── System.Text.RegularExpressions.dll
│ │ │ ├── System.Threading.Overlapped.dll
│ │ │ ├── System.Threading.Tasks.Parallel.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.Threading.Thread.dll
│ │ │ ├── System.Threading.ThreadPool.dll
│ │ │ ├── System.Threading.Timer.dll
│ │ │ ├── System.Threading.dll
│ │ │ ├── System.ValueTuple.dll
│ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ ├── System.Xml.XDocument.dll
│ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ ├── System.Xml.XPath.dll
│ │ │ ├── System.Xml.XmlDocument.dll
│ │ │ ├── System.Xml.XmlSerializer.dll
│ │ │ └── netstandard.dll
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── BLL.csproj.CopyComplete
│ │ │ ├── BLL.csproj.CoreCompileInputs.cache
│ │ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ │ ├── BLL.csprojResolveAssemblyReference.cache
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ └── BLL.csproj.CoreCompileInputs.cache
│ ├── Chemist
│ │ ├── AddAdmin.aspx
│ │ ├── AddAdmin.aspx.cs
│ │ ├── AddAdmin.aspx.designer.cs
│ │ ├── AddCategory.aspx
│ │ ├── AddCategory.aspx.cs
│ │ ├── AddCategory.aspx.designer.cs
│ │ ├── AddDelivery.aspx
│ │ ├── AddDelivery.aspx.cs
│ │ ├── AddDelivery.aspx.designer.cs
│ │ ├── AddMedicines.aspx
│ │ ├── AddMedicines.aspx.cs
│ │ ├── AddMedicines.aspx.designer.cs
│ │ ├── AddPurchase.aspx
│ │ ├── AddPurchase.aspx.cs
│ │ ├── AddPurchase.aspx.designer.cs
│ │ ├── AddSupplier.aspx
│ │ ├── AddSupplier.aspx.cs
│ │ ├── AddSupplier.aspx.designer.cs
│ │ ├── ChangePassWord.aspx
│ │ ├── ChangePassWord.aspx.cs
│ │ ├── ChangePassWord.aspx.designer.cs
│ │ ├── CheckCode.aspx
│ │ ├── CheckCode.aspx.cs
│ │ ├── Chemist.csproj
│ │ ├── Chemist.csproj.user
│ │ ├── Class1.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Home.aspx
│ │ ├── Home.aspx.cs
│ │ ├── Home.aspx.designer.cs
│ │ ├── Image
│ │ │ ├── but_buy_con.gif
│ │ │ ├── but_submit[1].gif
│ │ │ ├── delete.gif
│ │ │ ├── edit.gif
│ │ │ ├── home.png
│ │ │ └── 背景.jpg
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── Login.aspx.designer.cs
│ │ ├── Login1.aspx
│ │ ├── Login1.aspx.cs
│ │ ├── Login1.aspx.designer.cs
│ │ ├── PassWord.aspx
│ │ ├── PassWord.aspx.cs
│ │ ├── PassWord.aspx.designer.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Site1.Master
│ │ ├── Site1.Master.cs
│ │ ├── Site1.Master.designer.cs
│ │ ├── Site2.Master
│ │ ├── Site2.Master.cs
│ │ ├── Site2.Master.designer.cs
│ │ ├── ViewAdmin.aspx
│ │ ├── ViewAdmin.aspx.cs
│ │ ├── ViewAdmin.aspx.designer.cs
│ │ ├── ViewCategory.aspx
│ │ ├── ViewCategory.aspx.cs
│ │ ├── ViewCategory.aspx.designer.cs
│ │ ├── ViewDelivery.aspx
│ │ ├── ViewDelivery.aspx.cs
│ │ ├── ViewDelivery.aspx.designer.cs
│ │ ├── ViewMedicines.aspx
│ │ ├── ViewMedicines.aspx.cs
│ │ ├── ViewMedicines.aspx.designer.cs
│ │ ├── ViewPurchase.aspx
│ │ ├── ViewPurchase.aspx.cs
│ │ ├── ViewPurchase.aspx.designer.cs
│ │ ├── ViewSell.aspx
│ │ ├── ViewSell.aspx.cs
│ │ ├── ViewSell.aspx.designer.cs
│ │ ├── ViewSupplier.aspx
│ │ ├── ViewSupplier.aspx.cs
│ │ ├── ViewSupplier.aspx.designer.cs
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── Web.config
│ │ ├── Web1.config
│ │ ├── assets
│ │ │ ├── avatars
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── avatar.png
│ │ │ │ ├── avatar1.png
│ │ │ │ ├── avatar2.png
│ │ │ │ ├── avatar3.png
│ │ │ │ ├── avatar4.png
│ │ │ │ ├── avatar5.png
│ │ │ │ ├── profile-pic.jpg
│ │ │ │ └── user.jpg
│ │ │ ├── css
│ │ │ │ ├── ace-ie.min.css
│ │ │ │ ├── ace-rtl.min.css
│ │ │ │ ├── ace-skins.min.css
│ │ │ │ ├── ace.min.css
│ │ │ │ ├── bootstrap-editable.css
│ │ │ │ ├── bootstrap-timepicker.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── chosen.css
│ │ │ │ ├── colorbox.css
│ │ │ │ ├── colorpicker.css
│ │ │ │ ├── datepicker.css
│ │ │ │ ├── daterangepicker.css
│ │ │ │ ├── dropzone.css
│ │ │ │ ├── font-awesome-ie7.min.css
│ │ │ │ ├── font-awesome.min.css
│ │ │ │ ├── fullcalendar.css
│ │ │ │ ├── images
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── loading.gif
│ │ │ │ ├── jquery-ui-1.10.3.custom.min.css
│ │ │ │ ├── jquery-ui-1.10.3.full.min.css
│ │ │ │ ├── jquery.gritter.css
│ │ │ │ ├── select2.css
│ │ │ │ └── ui.jqgrid.css
│ │ │ ├── font
│ │ │ │ └── fontawesome-webfont.woff
│ │ │ ├── images
│ │ │ │ ├── gallery
│ │ │ │ │ ├── image-1.jpg
│ │ │ │ │ ├── image-2.jpg
│ │ │ │ │ ├── image-3.jpg
│ │ │ │ │ ├── image-4.jpg
│ │ │ │ │ ├── image-5.jpg
│ │ │ │ │ ├── image-6.jpg
│ │ │ │ │ ├── thumb-1.jpg
│ │ │ │ │ ├── thumb-2.jpg
│ │ │ │ │ ├── thumb-3.jpg
│ │ │ │ │ ├── thumb-4.jpg
│ │ │ │ │ ├── thumb-5.jpg
│ │ │ │ │ └── thumb-6.jpg
│ │ │ │ └── rili.png
│ │ │ └── js
│ │ │ ├── ace-elements.min.js
│ │ │ ├── ace-extra.min.js
│ │ │ ├── ace.min.js
│ │ │ ├── additional-methods.min.js
│ │ │ ├── bootbox.min.js
│ │ │ ├── bootstrap-colorpicker.min.js
│ │ │ ├── bootstrap-tag.min.js
│ │ │ ├── bootstrap-wysiwyg.min.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── chosen.jquery.min.js
│ │ │ ├── date-time
│ │ │ │ ├── bootstrap-datepicker.min.js
│ │ │ │ ├── bootstrap-timepicker.min.js
│ │ │ │ ├── daterangepicker.min.js
│ │ │ │ └── moment.min.js
│ │ │ ├── dropzone.min.js
│ │ │ ├── excanvas.min.js
│ │ │ ├── flot
│ │ │ │ ├── jquery.flot.min.js
│ │ │ │ ├── jquery.flot.pie.min.js
│ │ │ │ └── jquery.flot.resize.min.js
│ │ │ ├── fuelux
│ │ │ │ ├── data
│ │ │ │ │ └── fuelux.tree-sampledata.js
│ │ │ │ ├── fuelux.spinner.min.js
│ │ │ │ ├── fuelux.tree.min.js
│ │ │ │ └── fuelux.wizard.min.js
│ │ │ ├── fullcalendar.min.js
│ │ │ ├── html5shiv.js
│ │ │ ├── jqGrid
│ │ │ │ ├── i18n
│ │ │ │ │ └── grid.locale-en.js
│ │ │ │ └── jquery.jqGrid.min.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-2.0.3.min.js
│ │ │ ├── jquery-ui-1.10.3.custom.min.js
│ │ │ ├── jquery-ui-1.10.3.full.min.js
│ │ │ ├── jquery.autosize.min.js
│ │ │ ├── jquery.colorbox-min.js
│ │ │ ├── jquery.dataTables.bootstrap.js
│ │ │ ├── jquery.dataTables.min.js
│ │ │ ├── jquery.easy-pie-chart.min.js
│ │ │ ├── jquery.gritter.min.js
│ │ │ ├── jquery.hotkeys.min.js
│ │ │ ├── jquery.inputlimiter.1.3.1.min.js
│ │ │ ├── jquery.knob.min.js
│ │ │ ├── jquery.maskedinput.min.js
│ │ │ ├── jquery.mobile.custom.min.js
│ │ │ ├── jquery.nestable.min.js
│ │ │ ├── jquery.slimscroll.min.js
│ │ │ ├── jquery.sparkline.min.js
│ │ │ ├── jquery.ui.touch-punch.min.js
│ │ │ ├── jquery.validate.min.js
│ │ │ ├── markdown
│ │ │ │ ├── bootstrap-markdown.min.js
│ │ │ │ └── markdown.min.js
│ │ │ ├── respond.min.js
│ │ │ ├── select2.min.js
│ │ │ ├── typeahead-bs2.min.js
│ │ │ └── x-editable
│ │ │ ├── ace-editable.min.js
│ │ │ └── bootstrap-editable.min.js
│ │ ├── bin
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── Chemist.dll
│ │ │ ├── Chemist.dll.config
│ │ │ ├── Chemist.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ ├── Maticsoft.DBUtility.pdb
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ │ ├── Microsoft.Win32.Primitives.dll
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── MySql.Data.dll
│ │ │ ├── System.AppContext.dll
│ │ │ ├── System.Collections.Concurrent.dll
│ │ │ ├── System.Collections.NonGeneric.dll
│ │ │ ├── System.Collections.Specialized.dll
│ │ │ ├── System.Collections.dll
│ │ │ ├── System.ComponentModel.EventBasedAsync.dll
│ │ │ ├── System.ComponentModel.Primitives.dll
│ │ │ ├── System.ComponentModel.TypeConverter.dll
│ │ │ ├── System.ComponentModel.dll
│ │ │ ├── System.Console.dll
│ │ │ ├── System.Data.Common.dll
│ │ │ ├── System.Data.SQLite.DLL
│ │ │ ├── System.Diagnostics.Contracts.dll
│ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ │ ├── System.Diagnostics.Process.dll
│ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ ├── System.Diagnostics.TextWriterTraceListener.dll
│ │ │ ├── System.Diagnostics.Tools.dll
│ │ │ ├── System.Diagnostics.TraceSource.dll
│ │ │ ├── System.Diagnostics.Tracing.dll
│ │ │ ├── System.Drawing.Primitives.dll
│ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ ├── System.Globalization.Calendars.dll
│ │ │ ├── System.Globalization.Extensions.dll
│ │ │ ├── System.Globalization.dll
│ │ │ ├── System.IO.Compression.ZipFile.dll
│ │ │ ├── System.IO.Compression.dll
│ │ │ ├── System.IO.FileSystem.DriveInfo.dll
│ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ ├── System.IO.FileSystem.Watcher.dll
│ │ │ ├── System.IO.FileSystem.dll
│ │ │ ├── System.IO.IsolatedStorage.dll
│ │ │ ├── System.IO.MemoryMappedFiles.dll
│ │ │ ├── System.IO.Pipes.dll
│ │ │ ├── System.IO.UnmanagedMemoryStream.dll
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Linq.Expressions.dll
│ │ │ ├── System.Linq.Parallel.dll
│ │ │ ├── System.Linq.Queryable.dll
│ │ │ ├── System.Linq.dll
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Net.NameResolution.dll
│ │ │ ├── System.Net.NetworkInformation.dll
│ │ │ ├── System.Net.Ping.dll
│ │ │ ├── System.Net.Primitives.dll
│ │ │ ├── System.Net.Requests.dll
│ │ │ ├── System.Net.Security.dll
│ │ │ ├── System.Net.Sockets.dll
│ │ │ ├── System.Net.WebHeaderCollection.dll
│ │ │ ├── System.Net.WebSockets.Client.dll
│ │ │ ├── System.Net.WebSockets.dll
│ │ │ ├── System.ObjectModel.dll
│ │ │ ├── System.Reflection.Extensions.dll
│ │ │ ├── System.Reflection.Primitives.dll
│ │ │ ├── System.Reflection.dll
│ │ │ ├── System.Resources.Reader.dll
│ │ │ ├── System.Resources.ResourceManager.dll
│ │ │ ├── System.Resources.Writer.dll
│ │ │ ├── System.Runtime.CompilerServices.VisualC.dll
│ │ │ ├── System.Runtime.Extensions.dll
│ │ │ ├── System.Runtime.Handles.dll
│ │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ ├── System.Runtime.Numerics.dll
│ │ │ ├── System.Runtime.Serialization.Formatters.dll
│ │ │ ├── System.Runtime.Serialization.Json.dll
│ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Security.Claims.dll
│ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ ├── System.Security.Cryptography.Csp.dll
│ │ │ ├── System.Security.Cryptography.Encoding.dll
│ │ │ ├── System.Security.Cryptography.Primitives.dll
│ │ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ │ ├── System.Security.Principal.dll
│ │ │ ├── System.Security.SecureString.dll
│ │ │ ├── System.Text.Encoding.Extensions.dll
│ │ │ ├── System.Text.Encoding.dll
│ │ │ ├── System.Text.RegularExpressions.dll
│ │ │ ├── System.Threading.Overlapped.dll
│ │ │ ├── System.Threading.Tasks.Parallel.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.Threading.Thread.dll
│ │ │ ├── System.Threading.ThreadPool.dll
│ │ │ ├── System.Threading.Timer.dll
│ │ │ ├── System.Threading.dll
│ │ │ ├── System.ValueTuple.dll
│ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ ├── System.Xml.XDocument.dll
│ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ ├── System.Xml.XPath.dll
│ │ │ ├── System.Xml.XmlDocument.dll
│ │ │ ├── System.Xml.XmlSerializer.dll
│ │ │ ├── netstandard.dll
│ │ │ └── roslyn
│ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ ├── Microsoft.Win32.Primitives.dll
│ │ │ ├── System.AppContext.dll
│ │ │ ├── System.Collections.Immutable.dll
│ │ │ ├── System.Console.dll
│ │ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ │ ├── System.Diagnostics.Process.dll
│ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ ├── System.IO.Compression.dll
│ │ │ ├── System.IO.FileSystem.DriveInfo.dll
│ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ ├── System.IO.FileSystem.dll
│ │ │ ├── System.IO.Pipes.dll
│ │ │ ├── System.Reflection.Metadata.dll
│ │ │ ├── System.Security.AccessControl.dll
│ │ │ ├── System.Security.Claims.dll
│ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ ├── System.Security.Cryptography.Encoding.dll
│ │ │ ├── System.Security.Cryptography.Primitives.dll
│ │ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ │ ├── System.Security.Principal.Windows.dll
│ │ │ ├── System.Text.Encoding.CodePages.dll
│ │ │ ├── System.Threading.Thread.dll
│ │ │ ├── System.ValueTuple.dll
│ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ ├── System.Xml.XPath.dll
│ │ │ ├── System.Xml.XmlDocument.dll
│ │ │ ├── VBCSCompiler.exe
│ │ │ ├── VBCSCompiler.exe.config
│ │ │ ├── csc.exe
│ │ │ ├── csc.exe.config
│ │ │ ├── csc.rsp
│ │ │ ├── csi.exe
│ │ │ ├── csi.exe.config
│ │ │ ├── csi.rsp
│ │ │ ├── vbc.exe
│ │ │ ├── vbc.exe.config
│ │ │ └── vbc.rsp
│ │ ├── loginassets
│ │ │ ├── css
│ │ │ │ ├── reset.css
│ │ │ │ ├── style.css
│ │ │ │ └── supersized.css
│ │ │ ├── img
│ │ │ │ ├── backgrounds
│ │ │ │ │ ├── 1.jpg
│ │ │ │ │ ├── 2.jpg
│ │ │ │ │ └── 3.jpg
│ │ │ │ ├── facebook.png
│ │ │ │ ├── progress.gif
│ │ │ │ └── twitter.png
│ │ │ └── js
│ │ │ ├── jquery-1.8.2.min.js
│ │ │ ├── scripts.js
│ │ │ ├── supersized-init.js
│ │ │ ├── supersized.3.2.7.min.js
│ │ │ └── textbox.js
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Chemist.csproj.CopyComplete
│ │ │ │ ├── Chemist.csproj.CoreCompileInputs.cache
│ │ │ │ ├── Chemist.csproj.FileListAbsolute.txt
│ │ │ │ ├── Chemist.csprojResolveAssemblyReference.cache
│ │ │ │ ├── Chemist.dll
│ │ │ │ ├── Chemist.pdb
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── Release
│ │ │ └── Chemist.csproj.CoreCompileInputs.cache
│ │ ├── shoplist.aspx
│ │ ├── shoplist.aspx.cs
│ │ └── shoplist.aspx.designer.cs
│ ├── Chemist.sln
│ ├── DAL
│ │ ├── Admin.cs
│ │ ├── Category.cs
│ │ ├── DAL.csproj
│ │ ├── Delivery.cs
│ │ ├── Medicines.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Purchase.cs
│ │ ├── Sell.cs
│ │ ├── Supplier.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── COM.Excel.dll
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Excel.dll
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── Maticsoft.Common.dll
│ │ │ ├── Maticsoft.Common.pdb
│ │ │ ├── Maticsoft.DAL.dll
│ │ │ ├── Maticsoft.DAL.pdb
│ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ ├── Maticsoft.DBUtility.pdb
│ │ │ ├── Maticsoft.Model.dll
│ │ │ ├── Maticsoft.Model.pdb
│ │ │ ├── Microsoft.Win32.Primitives.dll
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── MySql.Data.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── System.AppContext.dll
│ │ │ ├── System.Collections.Concurrent.dll
│ │ │ ├── System.Collections.NonGeneric.dll
│ │ │ ├── System.Collections.Specialized.dll
│ │ │ ├── System.Collections.dll
│ │ │ ├── System.ComponentModel.EventBasedAsync.dll
│ │ │ ├── System.ComponentModel.Primitives.dll
│ │ │ ├── System.ComponentModel.TypeConverter.dll
│ │ │ ├── System.ComponentModel.dll
│ │ │ ├── System.Console.dll
│ │ │ ├── System.Data.Common.dll
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── System.Diagnostics.Contracts.dll
│ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ │ ├── System.Diagnostics.Process.dll
│ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ ├── System.Diagnostics.TextWriterTraceListener.dll
│ │ │ ├── System.Diagnostics.Tools.dll
│ │ │ ├── System.Diagnostics.TraceSource.dll
│ │ │ ├── System.Diagnostics.Tracing.dll
│ │ │ ├── System.Drawing.Primitives.dll
│ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ ├── System.Globalization.Calendars.dll
│ │ │ ├── System.Globalization.Extensions.dll
│ │ │ ├── System.Globalization.dll
│ │ │ ├── System.IO.Compression.ZipFile.dll
│ │ │ ├── System.IO.Compression.dll
│ │ │ ├── System.IO.FileSystem.DriveInfo.dll
│ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ ├── System.IO.FileSystem.Watcher.dll
│ │ │ ├── System.IO.FileSystem.dll
│ │ │ ├── System.IO.IsolatedStorage.dll
│ │ │ ├── System.IO.MemoryMappedFiles.dll
│ │ │ ├── System.IO.Pipes.dll
│ │ │ ├── System.IO.UnmanagedMemoryStream.dll
│ │ │ ├── System.IO.dll
│ │ │ ├── System.Linq.Expressions.dll
│ │ │ ├── System.Linq.Parallel.dll
│ │ │ ├── System.Linq.Queryable.dll
│ │ │ ├── System.Linq.dll
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Net.NameResolution.dll
│ │ │ ├── System.Net.NetworkInformation.dll
│ │ │ ├── System.Net.Ping.dll
│ │ │ ├── System.Net.Primitives.dll
│ │ │ ├── System.Net.Requests.dll
│ │ │ ├── System.Net.Security.dll
│ │ │ ├── System.Net.Sockets.dll
│ │ │ ├── System.Net.WebHeaderCollection.dll
│ │ │ ├── System.Net.WebSockets.Client.dll
│ │ │ ├── System.Net.WebSockets.dll
│ │ │ ├── System.ObjectModel.dll
│ │ │ ├── System.Reflection.Extensions.dll
│ │ │ ├── System.Reflection.Primitives.dll
│ │ │ ├── System.Reflection.dll
│ │ │ ├── System.Resources.Reader.dll
│ │ │ ├── System.Resources.ResourceManager.dll
│ │ │ ├── System.Resources.Writer.dll
│ │ │ ├── System.Runtime.CompilerServices.VisualC.dll
│ │ │ ├── System.Runtime.Extensions.dll
│ │ │ ├── System.Runtime.Handles.dll
│ │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ ├── System.Runtime.Numerics.dll
│ │ │ ├── System.Runtime.Serialization.Formatters.dll
│ │ │ ├── System.Runtime.Serialization.Json.dll
│ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Security.Claims.dll
│ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ ├── System.Security.Cryptography.Csp.dll
│ │ │ ├── System.Security.Cryptography.Encoding.dll
│ │ │ ├── System.Security.Cryptography.Primitives.dll
│ │ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ │ ├── System.Security.Principal.dll
│ │ │ ├── System.Security.SecureString.dll
│ │ │ ├── System.Text.Encoding.Extensions.dll
│ │ │ ├── System.Text.Encoding.dll
│ │ │ ├── System.Text.RegularExpressions.dll
│ │ │ ├── System.Threading.Overlapped.dll
│ │ │ ├── System.Threading.Tasks.Parallel.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.Threading.Thread.dll
│ │ │ ├── System.Threading.ThreadPool.dll
│ │ │ ├── System.Threading.Timer.dll
│ │ │ ├── System.Threading.dll
│ │ │ ├── System.ValueTuple.dll
│ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ ├── System.Xml.XDocument.dll
│ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ ├── System.Xml.XPath.dll
│ │ │ ├── System.Xml.XmlDocument.dll
│ │ │ ├── System.Xml.XmlSerializer.dll
│ │ │ └── netstandard.dll
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── DAL.csproj.CopyComplete
│ │ │ ├── DAL.csproj.CoreCompileInputs.cache
│ │ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ │ ├── DAL.csprojResolveAssemblyReference.cache
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Release
│ │ └── DAL.csproj.CoreCompileInputs.cache
│ ├── DBUtility
│ │ ├── BaseSqlMapDao.cs
│ │ ├── Class1.cs
│ │ ├── CommandInfo.cs
│ │ ├── DBUtility.csproj
│ │ ├── DBUtility.csproj.user
│ │ ├── DESEncrypt.cs
│ │ ├── DbHelperMySQL.cs
│ │ ├── DbHelperOleDb.cs
│ │ ├── DbHelperOra.cs
│ │ ├── DbHelperSQL.cs
│ │ ├── DbHelperSQL2.cs
│ │ ├── DbHelperSQLP.cs
│ │ ├── DbHelperSQLite.cs
│ │ ├── News.suo
│ │ ├── OracleHelper.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PubConstant.cs
│ │ ├── SQLHelper.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── Maticsoft.DBUtility.dll
│ │ │ ├── Maticsoft.DBUtility.pdb
│ │ │ ├── MySql.Data.dll
│ │ │ └── System.Data.SQLite.DLL
│ │ └── obj
│ │ └── Debug
│ │ ├── DBUtility.csproj.CopyComplete
│ │ ├── DBUtility.csproj.CoreCompileInputs.cache
│ │ ├── DBUtility.csproj.FileListAbsolute.txt
│ │ ├── DBUtility.csprojResolveAssemblyReference.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Maticsoft.DBUtility.dll
│ │ ├── Maticsoft.DBUtility.pdb
│ │ └── netstandard2.0
│ │ ├── DBUtility.AssemblyInfo.cs
│ │ ├── DBUtility.AssemblyInfoInputs.cache
│ │ └── DBUtility.csproj.CoreCompileInputs.cache
│ ├── Model
│ │ ├── Admin.cs
│ │ ├── Category.cs
│ │ ├── Customer.cs
│ │ ├── Delivery.cs
│ │ ├── Medicines.cs
│ │ ├── Model.csproj
│ │ ├── Purchase.cs
│ │ ├── Sell.cs
│ │ ├── Supplier.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── netstandard2.0
│ │ │ ├── Model.deps.json
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ └── obj
│ │ ├── Debug
│ │ │ └── netstandard2.0
│ │ │ ├── Model.AssemblyInfo.cs
│ │ │ ├── Model.AssemblyInfoInputs.cache
│ │ │ ├── Model.csproj.CoreCompileInputs.cache
│ │ │ ├── Model.csproj.FileListAbsolute.txt
│ │ │ ├── Model.csprojResolveAssemblyReference.cache
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ ├── Model.csproj.nuget.cache
│ │ ├── Model.csproj.nuget.g.props
│ │ ├── Model.csproj.nuget.g.targets
│ │ ├── Release
│ │ │ └── netstandard2.0
│ │ │ ├── Model.AssemblyInfo.cs
│ │ │ ├── Model.AssemblyInfoInputs.cache
│ │ │ └── Model.csproj.CoreCompileInputs.cache
│ │ └── project.assets.json
│ └── packages
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7.nupkg
│ │ ├── build
│ │ │ └── net45
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ ├── content
│ │ │ ├── net45
│ │ │ │ ├── web.config.install.xdt
│ │ │ │ └── web.config.uninstall.xdt
│ │ │ └── net46
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.uninstall.xdt
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ └── tools
│ │ └── net45
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── Microsoft.Net.Compilers.2.1.0
│ │ ├── Microsoft.Net.Compilers.2.1.0.nupkg
│ │ ├── ThirdPartyNotices.rtf
│ │ ├── build
│ │ │ └── Microsoft.Net.Compilers.props
│ │ └── tools
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── Microsoft.Win32.Primitives.dll
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Console.dll
│ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ ├── System.Diagnostics.Process.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.FileSystem.DriveInfo.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.IO.Pipes.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Security.AccessControl.dll
│ │ ├── System.Security.Claims.dll
│ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ ├── System.Security.Cryptography.Encoding.dll
│ │ ├── System.Security.Cryptography.Primitives.dll
│ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ ├── System.Security.Principal.Windows.dll
│ │ ├── System.Text.Encoding.CodePages.dll
│ │ ├── System.Threading.Thread.dll
│ │ ├── System.ValueTuple.dll
│ │ ├── System.Xml.ReaderWriter.dll
│ │ ├── System.Xml.XPath.XDocument.dll
│ │ ├── System.Xml.XPath.dll
│ │ ├── System.Xml.XmlDocument.dll
│ │ ├── VBCSCompiler.exe
│ │ ├── VBCSCompiler.exe.config
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.exe.config
│ │ ├── csi.rsp
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ └── vbc.rsp
│ └── packages.lnk
├── Chemist.mdf
└── Chemist_log.ldf
75 directories, 756 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论