在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 企业ERP管理系统

企业ERP管理系统

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:8.30M
  • 下载次数:96
  • 浏览次数:680
  • 发布时间:2023-01-25
  • 实例类别:C#语言基础
  • 发 布 人:xnthb
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 管理系统 ERP rp 企业 管理

实例介绍

【实例简介】企业ERP管理系统

【实例截图】

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── 企业ERP管理系统
│   ├── DataBase
│   │   ├── SMALLERP_Data.MDF
│   │   ├── SMALLERP_Log.LDF
│   │   └── 数据库脚本.sql
│   ├── SMALLERP
│   │   ├── SMALLERP
│   │   │   ├── AppMain.Designer.cs
│   │   │   ├── AppMain.cs
│   │   │   ├── AppMain.resx
│   │   │   ├── BS
│   │   │   │   ├── FormBSAccount.Designer.cs
│   │   │   │   ├── FormBSAccount.cs
│   │   │   │   ├── FormBSAccount.resx
│   │   │   │   ├── FormBSBom.Designer.cs
│   │   │   │   ├── FormBSBom.cs
│   │   │   │   ├── FormBSBom.resx
│   │   │   │   ├── FormBSBomInput.Designer.cs
│   │   │   │   ├── FormBSBomInput.cs
│   │   │   │   ├── FormBSBomInput.resx
│   │   │   │   ├── FormBSCost.Designer.cs
│   │   │   │   ├── FormBSCost.cs
│   │   │   │   ├── FormBSCost.resx
│   │   │   │   ├── FormBSCostType.Designer.cs
│   │   │   │   ├── FormBSCostType.cs
│   │   │   │   ├── FormBSCostType.resx
│   │   │   │   ├── FormBSCostTypeInput.Designer.cs
│   │   │   │   ├── FormBSCostTypeInput.cs
│   │   │   │   ├── FormBSCostTypeInput.resx
│   │   │   │   ├── FormBSCustomer.Designer.cs
│   │   │   │   ├── FormBSCustomer.cs
│   │   │   │   ├── FormBSCustomer.resx
│   │   │   │   ├── FormBSDepartment.Designer.cs
│   │   │   │   ├── FormBSDepartment.cs
│   │   │   │   ├── FormBSDepartment.resx
│   │   │   │   ├── FormBSDepartmentInput.Designer.cs
│   │   │   │   ├── FormBSDepartmentInput.cs
│   │   │   │   ├── FormBSDepartmentInput.resx
│   │   │   │   ├── FormBSEmployee.Designer.cs
│   │   │   │   ├── FormBSEmployee.cs
│   │   │   │   ├── FormBSEmployee.resx
│   │   │   │   ├── FormBSInven.Designer.cs
│   │   │   │   ├── FormBSInven.cs
│   │   │   │   ├── FormBSInven.resx
│   │   │   │   ├── FormBSInvenType.Designer.cs
│   │   │   │   ├── FormBSInvenType.cs
│   │   │   │   ├── FormBSInvenType.resx
│   │   │   │   ├── FormBSInvenTypeInput.Designer.cs
│   │   │   │   ├── FormBSInvenTypeInput.cs
│   │   │   │   ├── FormBSInvenTypeInput.resx
│   │   │   │   ├── FormBSStore.Designer.cs
│   │   │   │   ├── FormBSStore.cs
│   │   │   │   ├── FormBSStore.resx
│   │   │   │   ├── FormBSSupplier.Designer.cs
│   │   │   │   ├── FormBSSupplier.cs
│   │   │   │   ├── FormBSSupplier.resx
│   │   │   │   ├── FormInitStock.Designer.cs
│   │   │   │   ├── FormInitStock.cs
│   │   │   │   └── FormInitStock.resx
│   │   │   ├── CU
│   │   │   │   ├── FormBaseType.Designer.cs
│   │   │   │   ├── FormBaseType.cs
│   │   │   │   ├── FormBaseType.resx
│   │   │   │   ├── FormBaseTypeInput.Designer.cs
│   │   │   │   ├── FormBaseTypeInput.cs
│   │   │   │   ├── FormBaseTypeInput.resx
│   │   │   │   ├── FormCUAfterService.Designer.cs
│   │   │   │   ├── FormCUAfterService.cs
│   │   │   │   ├── FormCUAfterService.resx
│   │   │   │   ├── FormCURelRecord.Designer.cs
│   │   │   │   ├── FormCURelRecord.cs
│   │   │   │   ├── FormCURelRecord.resx
│   │   │   │   ├── FormCUSellChance.Designer.cs
│   │   │   │   ├── FormCUSellChance.cs
│   │   │   │   ├── FormCUSellChance.resx
│   │   │   │   ├── FormCustomerAnalyse.Designer.cs
│   │   │   │   ├── FormCustomerAnalyse.cs
│   │   │   │   ├── FormCustomerAnalyse.resx
│   │   │   │   ├── FormCustomerCourse.Designer.cs
│   │   │   │   ├── FormCustomerCourse.cs
│   │   │   │   └── FormCustomerCourse.resx
│   │   │   ├── ComClass
│   │   │   │   ├── Chart.cs
│   │   │   │   ├── CommonUse.cs
│   │   │   │   ├── OperatorFile.cs
│   │   │   │   └── PropertyClass.cs
│   │   │   ├── DataClass
│   │   │   │   └── DataBase.cs
│   │   │   ├── FI
│   │   │   │   ├── FormFIDeposit.Designer.cs
│   │   │   │   ├── FormFIDeposit.cs
│   │   │   │   ├── FormFIDeposit.resx
│   │   │   │   ├── FormFIPurCost.Designer.cs
│   │   │   │   ├── FormFIPurCost.cs
│   │   │   │   ├── FormFIPurCost.resx
│   │   │   │   ├── FormFISelCost.Designer.cs
│   │   │   │   ├── FormFISelCost.cs
│   │   │   │   └── FormFISelCost.resx
│   │   │   ├── Images
│   │   │   │   ├── BS
│   │   │   │   │   ├── 档案管理.ico
│   │   │   │   │   ├── 物料清单.ico
│   │   │   │   │   ├── 类别管理.ico
│   │   │   │   │   ├── 结算帐户.ico
│   │   │   │   │   └── 初始化库存.ico
│   │   │   │   ├── CLAIM.ICO
│   │   │   │   ├── CU
│   │   │   │   │   ├── 基础分类.ico
│   │   │   │   │   ├── 客户进程.ico
│   │   │   │   │   └── 类型分析.ico
│   │   │   │   ├── FI
│   │   │   │   │   ├── 采购费用单.ico
│   │   │   │   │   ├── 银行存款单.ico
│   │   │   │   │   └── 销售费用单.ico
│   │   │   │   ├── OT
│   │   │   │   │   ├── baobiao图标.ico
│   │   │   │   │   ├── xitong图标.ico
│   │   │   │   │   ├── 取消.BMP
│   │   │   │   │   ├── 确定.BMP
│   │   │   │   │   ├── 登录.bmp
│   │   │   │   │   ├── 退出.bmp
│   │   │   │   │   ├── 重置.bmp
│   │   │   │   │   ├── 主界面01.BMP
│   │   │   │   │   ├── 仓库管理.ico
│   │   │   │   │   ├── 基础管理.ico
│   │   │   │   │   ├── 客户管理.ico
│   │   │   │   │   ├── 生产管理.ico
│   │   │   │   │   ├── 财务管理.ico
│   │   │   │   │   ├── 采购管理.ico
│   │   │   │   │   ├── 销售管理.ico
│   │   │   │   │   ├── 系统登录界面.BMP
│   │   │   │   │   └── 系统登录界面2.bmp
│   │   │   │   ├── PR
│   │   │   │   │   ├── 生产单.ico
│   │   │   │   │   ├── 主生产计划.ico
│   │   │   │   │   ├── 生产入库单.ico
│   │   │   │   │   └── 生产完工处理.ico
│   │   │   │   ├── PU
│   │   │   │   │   ├── 采购订单.ico
│   │   │   │   │   ├── 采购付款单 (67).ico
│   │   │   │   │   └── 采购入库单.ico
│   │   │   │   ├── Query.ico
│   │   │   │   ├── RP
│   │   │   │   │   ├── 产品销售明细表.ico
│   │   │   │   │   ├── 产品销售汇总表.ico
│   │   │   │   │   ├── 库存预警明细表.ico
│   │   │   │   │   ├── 原材料采购明细表.ico
│   │   │   │   │   ├── 原材料采购汇总表.ico
│   │   │   │   │   ├── 产品销售毛利明细表.ico
│   │   │   │   │   └── 产品销售毛利汇总表.ico
│   │   │   │   ├── SE
│   │   │   │   │   ├── 销售订单.ico
│   │   │   │   │   ├── 销售出库单.ico
│   │   │   │   │   └── 销售收款单.ico
│   │   │   │   ├── ST
│   │   │   │   │   ├── 退料单.ico
│   │   │   │   │   ├── 领料单.ico
│   │   │   │   │   ├── 库存清单.ico
│   │   │   │   │   ├── 库存盘点.ico
│   │   │   │   │   └── 报损清单.ico
│   │   │   │   ├── SY
│   │   │   │   │   ├── 密码修改.ico
│   │   │   │   │   ├── 操作权限.ico
│   │   │   │   │   └── 操作员管理.ico
│   │   │   │   ├── UNCLAIM.ICO
│   │   │   │   ├── add.ico
│   │   │   │   ├── btnfind.ico
│   │   │   │   ├── cancel.ico
│   │   │   │   ├── change.ico
│   │   │   │   ├── close.ico
│   │   │   │   ├── delete.ico
│   │   │   │   ├── export.ico
│   │   │   │   ├── find.ico
│   │   │   │   ├── open.ico
│   │   │   │   ├── print.ico
│   │   │   │   ├── refulsh.ico
│   │   │   │   └── stop.ico
│   │   │   ├── Login.Designer.cs
│   │   │   ├── Login.cs
│   │   │   ├── Login.resx
│   │   │   ├── PR
│   │   │   │   ├── FormBrowsePRPlan.Designer.cs
│   │   │   │   ├── FormBrowsePRPlan.cs
│   │   │   │   ├── FormBrowsePRPlan.resx
│   │   │   │   ├── FormBrowsePRProduce.Designer.cs
│   │   │   │   ├── FormBrowsePRProduce.cs
│   │   │   │   ├── FormBrowsePRProduce.resx
│   │   │   │   ├── FormPRInStore.Designer.cs
│   │   │   │   ├── FormPRInStore.cs
│   │   │   │   ├── FormPRInStore.resx
│   │   │   │   ├── FormPRPlan.Designer.cs
│   │   │   │   ├── FormPRPlan.cs
│   │   │   │   ├── FormPRPlan.resx
│   │   │   │   ├── FormPRProduce.Designer.cs
│   │   │   │   ├── FormPRProduce.cs
│   │   │   │   ├── FormPRProduce.resx
│   │   │   │   ├── FormProduceComplete.Designer.cs
│   │   │   │   ├── FormProduceComplete.cs
│   │   │   │   └── FormProduceComplete.resx
│   │   │   ├── PU
│   │   │   │   ├── FormBrowsePUInStore.Designer.cs
│   │   │   │   ├── FormBrowsePUInStore.cs
│   │   │   │   ├── FormBrowsePUInStore.resx
│   │   │   │   ├── FormBrowsePUOrder.Designer.cs
│   │   │   │   ├── FormBrowsePUOrder.cs
│   │   │   │   ├── FormBrowsePUOrder.resx
│   │   │   │   ├── FormPUInStore.Designer.cs
│   │   │   │   ├── FormPUInStore.cs
│   │   │   │   ├── FormPUInStore.resx
│   │   │   │   ├── FormPUOrder.Designer.cs
│   │   │   │   ├── FormPUOrder.cs
│   │   │   │   ├── FormPUOrder.resx
│   │   │   │   ├── FormPUPay.Designer.cs
│   │   │   │   ├── FormPUPay.cs
│   │   │   │   └── FormPUPay.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── RP
│   │   │   │   ├── FORM
│   │   │   │   │   ├── FormPurCollectReport.Designer.cs
│   │   │   │   │   ├── FormPurCollectReport.cs
│   │   │   │   │   ├── FormPurCollectReport.resx
│   │   │   │   │   ├── FormPurReport.Designer.cs
│   │   │   │   │   ├── FormPurReport.cs
│   │   │   │   │   ├── FormPurReport.resx
│   │   │   │   │   ├── FormSelCollectReport.Designer.cs
│   │   │   │   │   ├── FormSelCollectReport.cs
│   │   │   │   │   ├── FormSelCollectReport.resx
│   │   │   │   │   ├── FormSelProfitCollectReport.Designer.cs
│   │   │   │   │   ├── FormSelProfitCollectReport.cs
│   │   │   │   │   ├── FormSelProfitCollectReport.resx
│   │   │   │   │   ├── FormSelProfitReport.Designer.cs
│   │   │   │   │   ├── FormSelProfitReport.cs
│   │   │   │   │   ├── FormSelProfitReport.resx
│   │   │   │   │   ├── FormSelReport.Designer.cs
│   │   │   │   │   ├── FormSelReport.cs
│   │   │   │   │   ├── FormSelReport.resx
│   │   │   │   │   ├── FormStockWarnReport.Designer.cs
│   │   │   │   │   ├── FormStockWarnReport.cs
│   │   │   │   │   └── FormStockWarnReport.resx
│   │   │   │   └── RPT
│   │   │   │       ├── CryPurCollectReport.cs
│   │   │   │       ├── CryPurCollectReport.rpt
│   │   │   │       ├── CryPurReport.cs
│   │   │   │       ├── CryPurReport.rpt
│   │   │   │       ├── CrySelCollectReport.cs
│   │   │   │       ├── CrySelCollectReport.rpt
│   │   │   │       ├── CrySelReport.cs
│   │   │   │       ├── CrySelReport.rpt
│   │   │   │       ├── CryStockWarnReport.cs
│   │   │   │       ├── CryStockWarnReport.rpt
│   │   │   │       ├── CrystalSelProfitCollectReport.cs
│   │   │   │       ├── CrystalSelProfitCollectReport.rpt
│   │   │   │       ├── CrystalSelProfitReport.cs
│   │   │   │       ├── CrystalSelProfitReport.rpt
│   │   │   │       ├── CrystalTest.cs
│   │   │   │       └── CrystalTest.rpt
│   │   │   ├── SE
│   │   │   │   ├── FormBrowseSEOrder.Designer.cs
│   │   │   │   ├── FormBrowseSEOrder.cs
│   │   │   │   ├── FormBrowseSEOrder.resx
│   │   │   │   ├── FormBrowseSEOutStore.Designer.cs
│   │   │   │   ├── FormBrowseSEOutStore.cs
│   │   │   │   ├── FormBrowseSEOutStore.resx
│   │   │   │   ├── FormSEGather.Designer.cs
│   │   │   │   ├── FormSEGather.cs
│   │   │   │   ├── FormSEGather.resx
│   │   │   │   ├── FormSEOrder.Designer.cs
│   │   │   │   ├── FormSEOrder.cs
│   │   │   │   ├── FormSEOrder.resx
│   │   │   │   ├── FormSEOutStore.Designer.cs
│   │   │   │   ├── FormSEOutStore.cs
│   │   │   │   └── FormSEOutStore.resx
│   │   │   ├── SMALLERP.csproj
│   │   │   ├── SMALLERP.csproj.user
│   │   │   ├── ST
│   │   │   │   ├── FormSTCheck.Designer.cs
│   │   │   │   ├── FormSTCheck.cs
│   │   │   │   ├── FormSTCheck.resx
│   │   │   │   ├── FormSTGetBrowseProduce.Designer.cs
│   │   │   │   ├── FormSTGetBrowseProduce.cs
│   │   │   │   ├── FormSTGetBrowseProduce.resx
│   │   │   │   ├── FormSTGetMaterial.Designer.cs
│   │   │   │   ├── FormSTGetMaterial.cs
│   │   │   │   ├── FormSTGetMaterial.resx
│   │   │   │   ├── FormSTLoss.Designer.cs
│   │   │   │   ├── FormSTLoss.cs
│   │   │   │   ├── FormSTLoss.resx
│   │   │   │   ├── FormSTReturnBrowseProduce.Designer.cs
│   │   │   │   ├── FormSTReturnBrowseProduce.cs
│   │   │   │   ├── FormSTReturnBrowseProduce.resx
│   │   │   │   ├── FormSTReturnMaterial.Designer.cs
│   │   │   │   ├── FormSTReturnMaterial.cs
│   │   │   │   ├── FormSTReturnMaterial.resx
│   │   │   │   ├── FormStockQuery.Designer.cs
│   │   │   │   ├── FormStockQuery.cs
│   │   │   │   └── FormStockQuery.resx
│   │   │   ├── SY
│   │   │   │   ├── FormAssignRight.Designer.cs
│   │   │   │   ├── FormAssignRight.cs
│   │   │   │   ├── FormAssignRight.resx
│   │   │   │   ├── FormPassWord.Designer.cs
│   │   │   │   ├── FormPassWord.cs
│   │   │   │   ├── FormPassWord.resx
│   │   │   │   ├── FormSYOperator.Designer.cs
│   │   │   │   ├── FormSYOperator.cs
│   │   │   │   └── FormSYOperator.resx
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── SMALLERP.exe
│   │   │   │   │   ├── SMALLERP.ini
│   │   │   │   │   ├── SMALLERP.pdb
│   │   │   │   │   └── SMALLERP.vshost.exe
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── GenerateResource-ResGen.read.1.tlog
│   │   │           ├── GenerateResource-ResGen.write.1.tlog
│   │   │           ├── Refactor
│   │   │           ├── ResolveAssemblyReference.cache
│   │   │           ├── SMALLERP.AppMain.resources
│   │   │           ├── SMALLERP.BS.FormBSAccount.resources
│   │   │           ├── SMALLERP.BS.FormBSBom.resources
│   │   │           ├── SMALLERP.BS.FormBSBomInput.resources
│   │   │           ├── SMALLERP.BS.FormBSCost.resources
│   │   │           ├── SMALLERP.BS.FormBSCostType.resources
│   │   │           ├── SMALLERP.BS.FormBSCostTypeInput.resources
│   │   │           ├── SMALLERP.BS.FormBSCustomer.resources
│   │   │           ├── SMALLERP.BS.FormBSDepartment.resources
│   │   │           ├── SMALLERP.BS.FormBSDepartmentInput.resources
│   │   │           ├── SMALLERP.BS.FormBSEmployee.resources
│   │   │           ├── SMALLERP.BS.FormBSInven.resources
│   │   │           ├── SMALLERP.BS.FormBSInvenType.resources
│   │   │           ├── SMALLERP.BS.FormBSInvenTypeInput.resources
│   │   │           ├── SMALLERP.BS.FormBSStore.resources
│   │   │           ├── SMALLERP.BS.FormBSSupplier.resources
│   │   │           ├── SMALLERP.BS.FormInitStock.resources
│   │   │           ├── SMALLERP.CU.FormBaseType.resources
│   │   │           ├── SMALLERP.CU.FormBaseTypeInput.resources
│   │   │           ├── SMALLERP.CU.FormCUAfterService.resources
│   │   │           ├── SMALLERP.CU.FormCURelRecord.resources
│   │   │           ├── SMALLERP.CU.FormCUSellChance.resources
│   │   │           ├── SMALLERP.CU.FormCustomerAnalyse.resources
│   │   │           ├── SMALLERP.CU.FormCustomerCourse.resources
│   │   │           ├── SMALLERP.FI.FormFIDeposit.resources
│   │   │           ├── SMALLERP.FI.FormFIPurCost.resources
│   │   │           ├── SMALLERP.FI.FormFISelCost.resources
│   │   │           ├── SMALLERP.Login.resources
│   │   │           ├── SMALLERP.PR.FormBrowsePRPlan.resources
│   │   │           ├── SMALLERP.PR.FormBrowsePRProduce.resources
│   │   │           ├── SMALLERP.PR.FormPRInStore.resources
│   │   │           ├── SMALLERP.PR.FormPRPlan.resources
│   │   │           ├── SMALLERP.PR.FormPRProduce.resources
│   │   │           ├── SMALLERP.PR.FormProduceComplete.resources
│   │   │           ├── SMALLERP.PU.FormBrowsePUInStore.resources
│   │   │           ├── SMALLERP.PU.FormBrowsePUOrder.resources
│   │   │           ├── SMALLERP.PU.FormPUInStore.resources
│   │   │           ├── SMALLERP.PU.FormPUOrder.resources
│   │   │           ├── SMALLERP.PU.FormPUPay.resources
│   │   │           ├── SMALLERP.Properties.Resources.resources
│   │   │           ├── SMALLERP.RP.FORM.FormPurCollectReport.resources
│   │   │           ├── SMALLERP.RP.FORM.FormPurReport.resources
│   │   │           ├── SMALLERP.RP.FORM.FormSelCollectReport.resources
│   │   │           ├── SMALLERP.RP.FORM.FormSelProfitCollectReport.resources
│   │   │           ├── SMALLERP.RP.FORM.FormSelProfitReport.resources
│   │   │           ├── SMALLERP.RP.FORM.FormSelReport.resources
│   │   │           ├── SMALLERP.RP.FORM.FormStockWarnReport.resources
│   │   │           ├── SMALLERP.SE.FormBrowseSEOrder.resources
│   │   │           ├── SMALLERP.SE.FormBrowseSEOutStore.resources
│   │   │           ├── SMALLERP.SE.FormSEGather.resources
│   │   │           ├── SMALLERP.SE.FormSEOrder.resources
│   │   │           ├── SMALLERP.SE.FormSEOutStore.resources
│   │   │           ├── SMALLERP.ST.FormSTCheck.resources
│   │   │           ├── SMALLERP.ST.FormSTGetBrowseProduce.resources
│   │   │           ├── SMALLERP.ST.FormSTGetMaterial.resources
│   │   │           ├── SMALLERP.ST.FormSTLoss.resources
│   │   │           ├── SMALLERP.ST.FormSTReturnBrowseProduce.resources
│   │   │           ├── SMALLERP.ST.FormSTReturnMaterial.resources
│   │   │           ├── SMALLERP.ST.FormStockQuery.resources
│   │   │           ├── SMALLERP.SY.FormAssignRight.resources
│   │   │           ├── SMALLERP.SY.FormPassWord.resources
│   │   │           ├── SMALLERP.SY.FormSYOperator.resources
│   │   │           ├── SMALLERP.csproj.FileListAbsolute.txt
│   │   │           ├── SMALLERP.csproj.GenerateResource.Cache
│   │   │           ├── SMALLERP.csprojResolveAssemblyReference.cache
│   │   │           ├── SMALLERP.exe
│   │   │           ├── SMALLERP.pdb
│   │   │           └── TempPE
│   │   │               ├── Properties.Resources.Designer.cs.dll
│   │   │               ├── RP.RPT.CryPurCollectReport.cs.dll
│   │   │               ├── RP.RPT.CryPurReport.cs.dll
│   │   │               ├── RP.RPT.CrySelCollectReport.cs.dll
│   │   │               ├── RP.RPT.CrySelReport.cs.dll
│   │   │               ├── RP.RPT.CryStockWarnReport.cs.dll
│   │   │               ├── RP.RPT.CrystalReport1.cs.dll
│   │   │               ├── RP.RPT.CrystalReport2.cs.dll
│   │   │               ├── RP.RPT.CrystalSelProfitCollectReport.cs.dll
│   │   │               ├── RP.RPT.CrystalSelProfitReport.cs.dll
│   │   │               ├── RP.RPT.CrystalTest.cs.dll
│   │   │               ├── RP.RPT.副本 CrystalSelProfitCollectReport.cs.dll
│   │   │               └── RPT.CrystalReport1.cs.dll
│   │   ├── SMALLERP.sln
│   │   └── SMALLERP.suo
│   └── 设计文档
│       └── 程序使用说明.docx
└── 好例子网_企业ERP管理系统.rar

37 directories, 376 files


实例下载地址

企业ERP管理系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警