嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
MaketManagementSystem
├── SMartStorageManager
│ ├── BLL
│ │ ├── BLL.csproj
│ │ ├── DataPagerManager.cs
│ │ ├── ProductManager.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── SysAdminManager.cs
│ ├── DAL
│ │ ├── DAL.csproj
│ │ ├── Helper
│ │ │ ├── DataPagerService.cs
│ │ │ ├── LogHelper.cs
│ │ │ └── SQLHelper.cs
│ │ ├── ProductService.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── SysAdminService.cs
│ ├── Model
│ │ ├── InventoryStatus.cs
│ │ ├── LoginLogs.cs
│ │ ├── Model.csproj
│ │ ├── ProductCategory.cs
│ │ ├── ProductInventory.cs
│ │ ├── ProductStorage.cs
│ │ ├── ProductUnit.cs
│ │ ├── Products.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SalesList.cs
│ │ ├── SalesListDetail.cs
│ │ ├── SalesPerson.cs
│ │ ├── SysAdmins.cs
│ │ └── VIPMembers.cs
│ ├── SMartStorageManager
│ │ ├── AdminManager
│ │ │ ├── FormAdminManage.Designer.cs
│ │ │ ├── FormAdminManage.cs
│ │ │ ├── FormAdminManage.resx
│ │ │ ├── FormEditAdmin.Designer.cs
│ │ │ ├── FormEditAdmin.cs
│ │ │ ├── FormEditAdmin.resx
│ │ │ ├── FormModifyPwd.Designer.cs
│ │ │ ├── FormModifyPwd.cs
│ │ │ └── FormModifyPwd.resx
│ │ ├── App.config
│ │ ├── Common
│ │ │ ├── ControlDecoration.cs
│ │ │ ├── DataValidate.cs
│ │ │ ├── MessageBoxEx.cs
│ │ │ └── Numeric.cs
│ │ ├── FormLogQuery.cs
│ │ ├── FormLogQuery.designer.cs
│ │ ├── FormLogQuery.resx
│ │ ├── FormLogin.cs
│ │ ├── FormLogin.designer.cs
│ │ ├── FormLogin.resx
│ │ ├── FormMain.cs
│ │ ├── FormMain.designer.cs
│ │ ├── FormMain.resx
│ │ ├── Product
│ │ │ ├── FormAddProduct.Designer.cs
│ │ │ ├── FormAddProduct.cs
│ │ │ ├── FormAddProduct.resx
│ │ │ ├── FormEditProduct.Designer.cs
│ │ │ ├── FormEditProduct.cs
│ │ │ ├── FormEditProduct.resx
│ │ │ ├── FormInvertoryManage.Designer.cs
│ │ │ ├── FormInvertoryManage.cs
│ │ │ ├── FormInvertoryManage.resx
│ │ │ ├── FormProductManage.Designer.cs
│ │ │ ├── FormProductManage.cs
│ │ │ ├── FormProductManage.resx
│ │ │ ├── FormProductStorage.Designer.cs
│ │ │ ├── FormProductStorage.cs
│ │ │ ├── FormProductStorage.resx
│ │ │ ├── FormSaleStatistics.Designer.cs
│ │ │ ├── FormSaleStatistics.cs
│ │ │ └── FormSaleStatistics.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── SMartStorageManager.csproj
│ └── SMartStorageManager.sln
└── SaleManager
├── BLLUtility
│ ├── BLLUtility.csproj
│ ├── ProductsManager.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SalesManager.cs
│ └── UserLoginManager.cs
├── CommonUtility
│ ├── CommonUtility.csproj
│ ├── ConfigurationUtility.cs
│ ├── DataGridViewStyleUtility.cs
│ ├── DataValidateUtility.cs
│ ├── MessageBoxEx.cs
│ ├── NumericUtility.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SerializeObjectToStringUtility.cs
│ └── StringSecurityUtility.cs
├── DALUtility
│ ├── DALUtility.csproj
│ ├── Helper
│ │ ├── LogHelper.cs
│ │ └── SqlHelper.cs
│ ├── ProductsService.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SalesListService.cs
│ └── UserLoginService.cs
├── ModelUtility
│ ├── InventoryStatus.cs
│ ├── LoginLogs.cs
│ ├── ModelUtility.csproj
│ ├── ProductCategory.cs
│ ├── ProductInventory.cs
│ ├── ProductStorage.cs
│ ├── ProductUnit.cs
│ ├── Products.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SalesList.cs
│ ├── SalesListDetail.cs
│ ├── SalesPerson.cs
│ ├── SysAdmins.cs
│ └── VIPMembers.cs
├── SaleManager
│ ├── App.config
│ ├── FormBalance.Designer.cs
│ ├── FormBalance.cs
│ ├── FormBalance.resx
│ ├── FormLogin.Designer.cs
│ ├── FormLogin.cs
│ ├── FormLogin.resx
│ ├── FormMain.Designer.cs
│ ├── FormMain.cs
│ ├── FormMain.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SaleManager.csproj
│ └── USBPrint.cs
└── SaleManager.sln
25 directories, 129 files