在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → ERP开源框架.rar

ERP开源框架.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.80M
  • 下载次数:17
  • 浏览次数:129
  • 发布时间:2021-11-27
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
一个很好的ERP开源框架,大家有兴趣的可以下载去研究学习;
【实例截图】
【核心代码】
4744302542929865597.rar
├── database
│   ├── sql2000
│   │   └── ErpCore.bak
│   ├── sql2005
│   │   └── ErpCore.bak
│   └── sqlite
│   └── ErpCore.db
├── doc
│   ├── database.pdb
│   ├── database.PDM
│   ├── object Model 1.oob
│   ├── object Model 1.oom
│   └── Workspace.sws
├── ErpCore
│   ├── ErpCore
│   │   ├── AdminForm.cs
│   │   ├── AdminForm.Designer.cs
│   │   ├── AdminForm.resx
│   │   ├── app.config
│   │   ├── app.ico
│   │   ├── bin
│   │   │   ├── database
│   │   │   │   ├── sql2000
│   │   │   │   │   └── ErpCore.bak
│   │   │   │   ├── sql2005
│   │   │   │   │   └── ErpCore.bak
│   │   │   │   └── sqlite
│   │   │   │   └── ErpCore.db
│   │   │   ├── ErpCore.exe
│   │   │   ├── ErpCore.exe.config
│   │   │   ├── ErpCoreModel.dll
│   │   │   ├── ErpCore.vshost.exe
│   │   │   ├── ErpCore.vshost.exe.config
│   │   │   ├── ErpCore.vshost.exe.manifest
│   │   │   ├── ExtendedPanel.dll
│   │   │   ├── SynapticEffect.Forms.dll
│   │   │   ├── System.Data.SQLite.dll
│   │   │   └── System.Data.SQLite.xml
│   │   ├── CommonCtrl
│   │   │   ├── BinaryCtrl.cs
│   │   │   ├── BinaryCtrl.Designer.cs
│   │   │   ├── BinaryCtrl.resx
│   │   │   ├── ExCheckBox.cs
│   │   │   ├── ExCheckBox.Designer.cs
│   │   │   ├── ExCheckBox.resx
│   │   │   ├── ExComboBox.cs
│   │   │   ├── ExComboBox.Designer.cs
│   │   │   ├── ExComboBox.resx
│   │   │   ├── ExDateTimePicker.cs
│   │   │   ├── ExDateTimePicker.Designer.cs
│   │   │   ├── ExDateTimePicker.resx
│   │   │   ├── ExNumericUpDown.cs
│   │   │   ├── ExNumericUpDown.Designer.cs
│   │   │   ├── ExNumericUpDown.resx
│   │   │   ├── ExTextBox.cs
│   │   │   ├── ExTextBox.Designer.cs
│   │   │   ├── ExTextBox.resx
│   │   │   ├── IColumnCtrl.cs
│   │   │   ├── IWindowCtrl.cs
│   │   │   ├── NavigateBarButtonCtrl.cs
│   │   │   ├── NavigateBarButtonCtrl.Designer.cs
│   │   │   ├── NavigateBarButtonCtrl.resx
│   │   │   ├── NavigateBarCtrl.cs
│   │   │   ├── NavigateBarCtrl.Designer.cs
│   │   │   ├── NavigateBarCtrl.resx
│   │   │   ├── RecordCtrl.cs
│   │   │   ├── RecordCtrl.Designer.cs
│   │   │   ├── RecordCtrl.resx
│   │   │   ├── TableGrid.cs
│   │   │   ├── TableGrid.Designer.cs
│   │   │   ├── TableGridF.cs
│   │   │   ├── TableGridF.Designer.cs
│   │   │   ├── TableGridF.resx
│   │   │   ├── TableGrid.resx
│   │   │   ├── TableTab.cs
│   │   │   ├── TableTab.Designer.cs
│   │   │   ├── TableTabF.cs
│   │   │   ├── TableTabF.Designer.cs
│   │   │   ├── TableTabF.resx
│   │   │   ├── TableTab.resx
│   │   │   ├── TableTree.cs
│   │   │   ├── TableTree.Designer.cs
│   │   │   ├── TableTreeF.cs
│   │   │   ├── TableTreeF.Designer.cs
│   │   │   ├── TableTreeF.resx
│   │   │   ├── TableTree.resx
│   │   │   ├── UIComboBox.cs
│   │   │   ├── UIComboBox.Designer.cs
│   │   │   ├── UIComboBoxF.cs
│   │   │   ├── UIComboBoxF.Designer.cs
│   │   │   ├── UIComboBoxF.resx
│   │   │   ├── UIComboBox.resx
│   │   │   ├── UILabelF.cs
│   │   │   ├── UILabelF.Designer.cs
│   │   │   ├── UIListBox.cs
│   │   │   ├── UIListBox.Designer.cs
│   │   │   ├── UIListBoxF.cs
│   │   │   ├── UIListBoxF.Designer.cs
│   │   │   ├── UIListBoxF.resx
│   │   │   ├── UIListBox.resx
│   │   │   ├── UITextBoxF.cs
│   │   │   ├── UITextBoxF.Designer.cs
│   │   │   ├── UIToolbarButton.cs
│   │   │   ├── UIToolbarButton.Designer.cs
│   │   │   ├── UIToolbar.cs
│   │   │   ├── UIToolbar.Designer.cs
│   │   │   └── UIToolbar.resx
│   │   ├── Database
│   │   │   ├── Diagram
│   │   │   │   ├── AddTableForm.cs
│   │   │   │   ├── AddTableForm.Designer.cs
│   │   │   │   ├── AddTableForm.resx
│   │   │   │   ├── DesignerForm.cs
│   │   │   │   ├── DesignerForm.Designer.cs
│   │   │   │   ├── DesignerForm.resx
│   │   │   │   ├── DiagramInfoForm.cs
│   │   │   │   ├── DiagramInfoForm.Designer.cs
│   │   │   │   ├── DiagramInfoForm.resx
│   │   │   │   ├── DiagramPanel.cs
│   │   │   │   ├── DiagramPanel.Designer.cs
│   │   │   │   ├── DiagramPanel.resx
│   │   │   │   ├── SelDiagramForm.cs
│   │   │   │   ├── SelDiagramForm.Designer.cs
│   │   │   │   ├── SelDiagramForm.resx
│   │   │   │   ├── TableBox.cs
│   │   │   │   ├── TableBox.Designer.cs
│   │   │   │   └── TableBox.resx
│   │   │   └── Table
│   │   │   ├── AddPrefixForm.cs
│   │   │   ├── AddPrefixForm.Designer.cs
│   │   │   ├── AddPrefixForm.resx
│   │   │   ├── ColPropertySetting.cs
│   │   │   ├── DataServerInfoForm.cs
│   │   │   ├── DataServerInfoForm.Designer.cs
│   │   │   ├── DataServerInfoForm.resx
│   │   │   ├── DataServerListForm.cs
│   │   │   ├── DataServerListForm.Designer.cs
│   │   │   ├── DataServerListForm.resx
│   │   │   ├── MakeModelForm.cs
│   │   │   ├── MakeModelForm.Designer.cs
│   │   │   ├── MakeModelForm.resx
│   │   │   ├── PropertyGridComboBoxItem.cs
│   │   │   ├── PropertyGridEnumItem.cs
│   │   │   ├── PropertyGridSelTableItem.cs
│   │   │   ├── SelColumnForm.cs
│   │   │   ├── SelColumnForm.Designer.cs
│   │   │   ├── SelColumnForm.resx
│   │   │   ├── SelMultTableForm.cs
│   │   │   ├── SelMultTableForm.Designer.cs
│   │   │   ├── SelMultTableForm.resx
│   │   │   ├── SelTableForm.cs
│   │   │   ├── SelTableForm.Designer.cs
│   │   │   ├── SelTableForm.resx
│   │   │   ├── TableInfoForm.cs
│   │   │   ├── TableInfoForm.Designer.cs
│   │   │   ├── TableInfoForm.resx
│   │   │   ├── TablePanel.cs
│   │   │   ├── TablePanel.Designer.cs
│   │   │   └── TablePanel.resx
│   │   ├── DataItem.cs
│   │   ├── DbSetup.cs
│   │   ├── DbSetup.Designer.cs
│   │   ├── DbSetup.resx
│   │   ├── ErpCore.csproj
│   │   ├── ErpCore.csproj.user
│   │   ├── FormF
│   │   │   ├── Designer
│   │   │   │   ├── AttributeToolWindow.cs
│   │   │   │   ├── AttributeToolWindow.Designer.cs
│   │   │   │   ├── AttributeToolWindow.resx
│   │   │   │   ├── ChildenForm.cs
│   │   │   │   ├── ChildenForm.Designer.cs
│   │   │   │   ├── ChildenFormProp.cs
│   │   │   │   ├── ChildenForm.resx
│   │   │   │   ├── ControlToolWindow.cs
│   │   │   │   ├── ControlToolWindow.Designer.cs
│   │   │   │   ├── ControlToolWindow.resx
│   │   │   │   ├── ExCheckBoxEl.cs
│   │   │   │   ├── ExCheckBoxEl.Designer.cs
│   │   │   │   ├── ExCheckBoxEl.resx
│   │   │   │   ├── ExCheckBoxProp.cs
│   │   │   │   ├── ExComboBoxEl.cs
│   │   │   │   ├── ExComboBoxEl.Designer.cs
│   │   │   │   ├── ExComboBoxEl.resx
│   │   │   │   ├── ExComboBoxProp.cs
│   │   │   │   ├── ExDateTimePickerEl.cs
│   │   │   │   ├── ExDateTimePickerEl.Designer.cs
│   │   │   │   ├── ExDateTimePickerEl.resx
│   │   │   │   ├── ExDateTimePickerProp.cs
│   │   │   │   ├── ExNumericBoxProp.cs
│   │   │   │   ├── ExNumericUpDownEl.cs
│   │   │   │   ├── ExNumericUpDownEl.Designer.cs
│   │   │   │   ├── ExNumericUpDownEl.resx
│   │   │   │   ├── ExNumericUpDownProp.cs
│   │   │   │   ├── ExStringBoxProp.cs
│   │   │   │   ├── ExTextBoxEl.cs
│   │   │   │   ├── ExTextBoxEl.Designer.cs
│   │   │   │   ├── ExTextBoxEl.resx
│   │   │   │   ├── ExTextBoxProp.cs
│   │   │   │   ├── LayoutFormDesigner.cs
│   │   │   │   ├── LayoutFormDesigner.Designer.cs
│   │   │   │   ├── LayoutFormDesigner.resx
│   │   │   │   ├── TableGridFEl.cs
│   │   │   │   ├── TableGridFEl.Designer.cs
│   │   │   │   ├── TableGridFEl.resx
│   │   │   │   ├── TableGridFProp.cs
│   │   │   │   ├── TableTabFEl.cs
│   │   │   │   ├── TableTabFEl.Designer.cs
│   │   │   │   ├── TableTabFEl.resx
│   │   │   │   ├── TableTabFProp.cs
│   │   │   │   ├── TableTreeFEl.cs
│   │   │   │   ├── TableTreeFEl.Designer.cs
│   │   │   │   ├── TableTreeFEl.resx
│   │   │   │   ├── TableTreeFProp.cs
│   │   │   │   ├── TableTreeNodeSetF.cs
│   │   │   │   ├── TableTreeNodeSetF.Designer.cs
│   │   │   │   ├── TableTreeNodeSetF.resx
│   │   │   │   ├── TableTreeSetF.cs
│   │   │   │   ├── TableTreeSetF.Designer.cs
│   │   │   │   ├── TableTreeSetF.resx
│   │   │   │   ├── UIComboBoxFEl.cs
│   │   │   │   ├── UIComboBoxFEl.Designer.cs
│   │   │   │   ├── UIComboBoxFEl.resx
│   │   │   │   ├── UIComboBoxFProp.cs
│   │   │   │   ├── UILabelFEl.cs
│   │   │   │   ├── UILabelFEl.Designer.cs
│   │   │   │   ├── UILabelFProp.cs
│   │   │   │   ├── UIListBoxFEl.cs
│   │   │   │   ├── UIListBoxFEl.Designer.cs
│   │   │   │   ├── UIListBoxFEl.resx
│   │   │   │   ├── UIListBoxFProp.cs
│   │   │   │   ├── UITextBoxFEl.cs
│   │   │   │   ├── UITextBoxFEl.Designer.cs
│   │   │   │   └── UITextBoxFProp.cs
│   │   │   ├── FormPanel.cs
│   │   │   ├── FormPanel.Designer.cs
│   │   │   ├── FormPanel.resx
│   │   │   ├── LayoutForm.cs
│   │   │   ├── LayoutForm.Designer.cs
│   │   │   └── LayoutForm.resx
│   │   ├── LoginForm.cs
│   │   ├── LoginForm.Designer.cs
│   │   ├── LoginForm.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Report
│   │   │   ├── ReportPanel.cs
│   │   │   ├── ReportPanel.Designer.cs
│   │   │   ├── ReportPanel.resx
│   │   │   ├── ReportWizard.cs
│   │   │   ├── ReportWizard.Designer.cs
│   │   │   ├── ReportWizard.resx
│   │   │   ├── RunReport.cs
│   │   │   ├── RunReport.Designer.cs
│   │   │   ├── RunReport.resx
│   │   │   ├── SelStatItem.cs
│   │   │   ├── SelStatItem.Designer.cs
│   │   │   └── SelStatItem.resx
│   │   ├── res
│   │   │   ├── access.png
│   │   │   ├── addtable.png
│   │   │   ├── app.ico
│   │   │   ├── app.png
│   │   │   ├── approval.png
│   │   │   ├── association.png
│   │   │   ├── associat.png
│   │   │   ├── boolbox.png
│   │   │   ├── cancelworkflow.png
│   │   │   ├── catalog2.png
│   │   │   ├── catalog.png
│   │   │   ├── class.png
│   │   │   ├── comboBox.png
│   │   │   ├── database.png
│   │   │   ├── datagrid.png
│   │   │   ├── data.png
│   │   │   ├── datetimepicker.png
│   │   │   ├── DELETE.BMP
│   │   │   ├── down.png
│   │   │   ├── edit.BMP
│   │   │   ├── exit.BMP
│   │   │   ├── intbox.png
│   │   │   ├── label.png
│   │   │   ├── listbox.png
│   │   │   ├── longbox.png
│   │   │   ├── NEW.BMP
│   │   │   ├── newtable.png
│   │   │   ├── numberbox.png
│   │   │   ├── open.bmp
│   │   │   ├── panellayout.png
│   │   │   ├── removetable.png
│   │   │   ├── report.png
│   │   │   ├── role.png
│   │   │   ├── run.png
│   │   │   ├── SAVE.BMP
│   │   │   ├── system.png
│   │   │   ├── tabctrl.png
│   │   │   ├── table.png
│   │   │   ├── textarea.png
│   │   │   ├── textbox.png
│   │   │   ├── Thumbs.db
│   │   │   ├── Toolbar_bk.png
│   │   │   ├── Toolbar.png
│   │   │   ├── treectrl.png
│   │   │   ├── up.png
│   │   │   ├── user.png
│   │   │   ├── window.png
│   │   │   └── workflow.png
│   │   ├── Resources
│   │   │   └── DLL.png
│   │   ├── Security
│   │   │   ├── Access
│   │   │   │   ├── AccessPanel.cs
│   │   │   │   ├── AccessPanel.Designer.cs
│   │   │   │   └── AccessPanel.resx
│   │   │   ├── Org
│   │   │   │   ├── OrgPanel.cs
│   │   │   │   ├── OrgPanel.Designer.cs
│   │   │   │   └── OrgPanel.resx
│   │   │   ├── Role
│   │   │   │   ├── RolePanel.cs
│   │   │   │   ├── RolePanel.Designer.cs
│   │   │   │   └── RolePanel.resx
│   │   │   └── User
│   │   │   ├── UserPanel.cs
│   │   │   ├── UserPanel.Designer.cs
│   │   │   └── UserPanel.resx
│   │   ├── SubSystem
│   │   │   ├── SelSystemForm.cs
│   │   │   ├── SelSystemForm.Designer.cs
│   │   │   ├── SelSystemForm.resx
│   │   │   ├── SubSystemPanel.cs
│   │   │   ├── SubSystemPanel.Designer.cs
│   │   │   ├── SubSystemPanel.resx
│   │   │   ├── SystemBox.cs
│   │   │   ├── SystemBox.Designer.cs
│   │   │   └── SystemBox.resx
│   │   ├── TreeNodeTag.cs
│   │   ├── UpdateForm.cs
│   │   ├── UpdateForm.Designer.cs
│   │   ├── Util
│   │   │   └── DESEncrypt.cs
│   │   ├── View
│   │   │   ├── ViewInfo.cs
│   │   │   ├── ViewInfo.Designer.cs
│   │   │   ├── ViewInfo.resx
│   │   │   ├── ViewPanel.cs
│   │   │   ├── ViewPanel.Designer.cs
│   │   │   └── ViewPanel.resx
│   │   ├── Window
│   │   │   ├── Designer
│   │   │   │   ├── AttributeToolWindow.cs
│   │   │   │   ├── AttributeToolWindow.Designer.cs
│   │   │   │   ├── AttributeToolWindow.resx
│   │   │   │   ├── ChildenWindow.cs
│   │   │   │   ├── ChildenWindow.Designer.cs
│   │   │   │   ├── ChildenWindowProp.cs
│   │   │   │   ├── ChildenWindow.resx
│   │   │   │   ├── ControlToolWindow.cs
│   │   │   │   ├── ControlToolWindow.Designer.cs
│   │   │   │   ├── ControlToolWindow.resx
│   │   │   │   ├── IDesignEl.cs
│   │   │   │   ├── LayoutWindowDesigner.cs
│   │   │   │   ├── LayoutWindowDesigner.Designer.cs
│   │   │   │   ├── LayoutWindowDesigner.resx
│   │   │   │   ├── NavigateBarButtonEl.cs
│   │   │   │   ├── NavigateBarButtonEl.Designer.cs
│   │   │   │   ├── NavigateBarButtonEl.resx
│   │   │   │   ├── NavigateBarEl.cs
│   │   │   │   ├── NavigateBarEl.Designer.cs
│   │   │   │   ├── NavigateBarEl.resx
│   │   │   │   ├── SelDockPanel.cs
│   │   │   │   ├── SelDockPanel.Designer.cs
│   │   │   │   ├── SelDockPanel.resx
│   │   │   │   ├── SelUIFormula.cs
│   │   │   │   ├── SelUIFormula.Designer.cs
│   │   │   │   ├── SelUIFormula.resx
│   │   │   │   ├── TableGridEl.cs
│   │   │   │   ├── TableGridEl.Designer.cs
│   │   │   │   ├── TableGridEl.resx
│   │   │   │   ├── TableGridProp.cs
│   │   │   │   ├── TableTabEl.cs
│   │   │   │   ├── TableTabEl.Designer.cs
│   │   │   │   ├── TableTabEl.resx
│   │   │   │   ├── TableTabProp.cs
│   │   │   │   ├── TableTreeEl.cs
│   │   │   │   ├── TableTreeEl.Designer.cs
│   │   │   │   ├── TableTreeEl.resx
│   │   │   │   ├── TableTreeNodeSet.cs
│   │   │   │   ├── TableTreeNodeSet.Designer.cs
│   │   │   │   ├── TableTreeNodeSet.resx
│   │   │   │   ├── TableTreeProp.cs
│   │   │   │   ├── TableTreeSet.cs
│   │   │   │   ├── TableTreeSet.Designer.cs
│   │   │   │   ├── TableTreeSet.resx
│   │   │   │   ├── UIComboBoxEl.cs
│   │   │   │   ├── UIComboBoxEl.Designer.cs
│   │   │   │   ├── UIComboBoxEl.resx
│   │   │   │   ├── UIComboBoxProp.cs
│   │   │   │   ├── UIListBoxEl.cs
│   │   │   │   ├── UIListBoxEl.Designer.cs
│   │   │   │   ├── UIListBoxEl.resx
│   │   │   │   ├── UIListBoxProp.cs
│   │   │   │   ├── UISizeDot.cs
│   │   │   │   ├── UISizeDot.Designer.cs
│   │   │   │   ├── UISizeDot.resx
│   │   │   │   ├── UIToolbarButtonEl.cs
│   │   │   │   ├── UIToolbarButtonEl.Designer.cs
│   │   │   │   ├── UIToolbarEl.cs
│   │   │   │   ├── UIToolbarEl.Designer.cs
│   │   │   │   ├── UIToolbarEl.resx
│   │   │   │   └── UIToolbarProp.cs
│   │   │   ├── LayoutWindow.cs
│   │   │   ├── LayoutWindow.Designer.cs
│   │   │   ├── LayoutWindow.resx
│   │   │   ├── RecordWindow.cs
│   │   │   ├── RecordWindow.Designer.cs
│   │   │   ├── RecordWindow.resx
│   │   │   ├── TableWindow.cs
│   │   │   ├── TableWindow.Designer.cs
│   │   │   ├── TableWindow.resx
│   │   │   ├── WindowPanel.cs
│   │   │   ├── WindowPanel.Designer.cs
│   │   │   └── WindowPanel.resx
│   │   └── Workflow
│   │   ├── ActivesDefInfo.cs
│   │   ├── ActivesDefInfo.Designer.cs
│   │   ├── ActivesDefInfo.resx
│   │   ├── ApprovalActives.cs
│   │   ├── ApprovalActives.Designer.cs
│   │   ├── ApprovalActives.resx
│   │   ├── LinkInfo.cs
│   │   ├── LinkInfo.Designer.cs
│   │   ├── LinkInfo.resx
│   │   ├── SelWorkflowDef.cs
│   │   ├── SelWorkflowDef.Designer.cs
│   │   ├── SelWorkflowDef.resx
│   │   ├── ViewWorkflow.cs
│   │   ├── ViewWorkflow.Designer.cs
│   │   ├── ViewWorkflow.resx
│   │   ├── WorkflowDefInfo.cs
│   │   ├── WorkflowDefInfo.Designer.cs
│   │   ├── WorkflowDefInfo.resx
│   │   ├── WorkflowDefPanel.cs
│   │   ├── WorkflowDefPanel.Designer.cs
│   │   └── WorkflowDefPanel.resx
│   ├── ErpCore.sln
│   ├── ErpCore.suo
│   ├── ExtendedListViews
│   │   ├── AssemblyInfo.cs
│   │   ├── ContainerListView.cs
│   │   ├── ContainerListView.resx
│   │   ├── ExtendedListViews.csproj
│   │   ├── ExtendedListViews.csproj.user
│   │   ├── ExtendedListViews.sln
│   │   ├── ExtendedListViews.suo
│   │   ├── Helpers
│   │   │   └── StringTools.cs
│   │   ├── HelperTools.cs
│   │   ├── IParentChildList.cs
│   │   ├── Resources
│   │   │   ├── tv_minus.bmp
│   │   │   └── tv_plus.bmp
│   │   ├── TreeListView.cs
│   │   ├── TreeListView.resx
│   │   ├── UpgradeLog2.XML
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── uxTheme
│   │   └── Wrapper.cs
│   └── ExtendedPanel
│   ├── BufferPaintingCtrl.cs
│   ├── CaptionCtrl.cs
│   ├── CaptionDraggingEventArgs.cs
│   ├── ChangeStyleEventArgs.cs
│   ├── CollapseAnimation.cs
│   ├── CornerCtrl.cs
│   ├── DirectionCtrl.cs
│   ├── Enums.cs
│   ├── ExtendedPanel
│   │   ├── ExtendedPanel.cs
│   │   ├── ExtendedPanel.Designer.cs
│   │   └── ExtendedPanel.resx
│   ├── ExtendedPanel.csproj
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── WIN32Wrapper.cs
├── Model
│   ├── Base
│   │   ├── AccessType.cs
│   │   ├── CAccessInRole.cs
│   │   ├── CAccessInRoleMgr.cs
│   │   ├── CAccessInUser.cs
│   │   ├── CAccessInUserMgr.cs
│   │   ├── CCity.cs
│   │   ├── CCityMgr.cs
│   │   ├── CColumnAccessInRole.cs
│   │   ├── CColumnAccessInRoleMgr.cs
│   │   ├── CColumnAccessInUser.cs
│   │   ├── CColumnAccessInUserMgr.cs
│   │   ├── CCompany.cs
│   │   ├── CCompanyMgr.cs
│   │   ├── CContext.cs
│   │   ├── CDistrict.cs
│   │   ├── CDistrictMgr.cs
│   │   ├── COrg.cs
│   │   ├── COrgMgr.cs
│   │   ├── CProvince.cs
│   │   ├── CProvinceMgr.cs
│   │   ├── CRole.cs
│   │   ├── CRoleMgr.cs
│   │   ├── CRowAccessInRole.cs
│   │   ├── CRowAccessInRoleMgr.cs
│   │   ├── CRowAccessInUser.cs
│   │   ├── CRowAccessInUserMgr.cs
│   │   ├── CSystemAccessInRole.cs
│   │   ├── CSystemAccessInRoleMgr.cs
│   │   ├── CSystemAccessInUser.cs
│   │   ├── CSystemAccessInUserMgr.cs
│   │   ├── CTableAccessInRole.cs
│   │   ├── CTableAccessInRoleMgr.cs
│   │   ├── CTableAccessInUser.cs
│   │   ├── CTableAccessInUserMgr.cs
│   │   ├── CUser.cs
│   │   ├── CUserInRole.cs
│   │   ├── CUserInRoleMgr.cs
│   │   ├── CUserMgr.cs
│   │   ├── CViewAccessInRole.cs
│   │   ├── CViewAccessInRoleMgr.cs
│   │   ├── CViewAccessInUser.cs
│   │   └── CViewAccessInUserMgr.cs
│   ├── bin
│   │   └── Debug
│   │   ├── ErpCoreModel.dll
│   │   ├── ErpCoreModel.pdb
│   │   ├── System.Data.SQLite.dll
│   │   └── System.Data.SQLite.xml
│   ├── ErpCoreModel.csproj
│   ├── ErpCoreModel.csproj.user
│   ├── ErpCoreModel.sln
│   ├── ErpCoreModel.suo
│   ├── Framework
│   │   ├── CascadeType.cs
│   │   ├── CBaseObject.cs
│   │   ├── CBaseObjectMgr.cs
│   │   ├── CColumn.cs
│   │   ├── CColumnEnumVal.cs
│   │   ├── CColumnEnumValMgr.cs
│   │   ├── CColumnMgr.cs
│   │   ├── CDataServer.cs
│   │   ├── CDataServerMgr.cs
│   │   ├── CDiagram.cs
│   │   ├── CDiagramMgr.cs
│   │   ├── ColumnType.cs
│   │   ├── CTable.cs
│   │   ├── CTableInDiagram.cs
│   │   ├── CTableInDiagramMgr.cs
│   │   ├── CTableMgr.cs
│   │   ├── CValue.cs
│   │   ├── DB.cs
│   │   ├── DbHelperMySql.cs
│   │   ├── DbHelperOleDb.cs
│   │   ├── DbHelperSqlite.cs
│   │   ├── DbParameter.cs
│   │   └── PO.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Report
│   │   ├── CReportCatalog.cs
│   │   ├── CReportCatalogMgr.cs
│   │   ├── CReport.cs
│   │   ├── CReportMgr.cs
│   │   ├── CStatItem.cs
│   │   └── CStatItemMgr.cs
│   ├── SubSystem
│   │   ├── CSystem.cs
│   │   └── CSystemMgr.cs
│   ├── UI
│   │   ├── CColumnInTableInFormControl.cs
│   │   ├── CColumnInTableInFormControlMgr.cs
│   │   ├── CColumnInTableInWindowControl.cs
│   │   ├── CColumnInTableInWindowControlMgr.cs
│   │   ├── CColumnInView.cs
│   │   ├── CColumnInViewMgr.cs
│   │   ├── CFormCatalog.cs
│   │   ├── CFormCatalogMgr.cs
│   │   ├── CFormControl.cs
│   │   ├── CFormControlMgr.cs
│   │   ├── CForm.cs
│   │   ├── CFormMgr.cs
│   │   ├── CLinkageWindowControl.cs
│   │   ├── CLinkageWindowControlMgr.cs
│   │   ├── CNavigateBarButton.cs
│   │   ├── CNavigateBarButtonMgr.cs
│   │   ├── ControlType.cs
│   │   ├── CTableInFormControl.cs
│   │   ├── CTableInFormControlMgr.cs
│   │   ├── CTableInWindowControl.cs
│   │   ├── CTableInWindowControlMgr.cs
│   │   ├── CTButtonInFormControl.cs
│   │   ├── CTButtonInFormControlMgr.cs
│   │   ├── CTButtonInTableInFormControl.cs
│   │   ├── CTButtonInTableInFormControlMgr.cs
│   │   ├── CTButtonInTableInWindowControl.cs
│   │   ├── CTButtonInTableInWindowControlMgr.cs
│   │   ├── CTButtonInWindowControl.cs
│   │   ├── CTButtonInWindowControlMgr.cs
│   │   ├── CViewCatalog.cs
│   │   ├── CViewCatalogMgr.cs
│   │   ├── CView.cs
│   │   ├── CViewMgr.cs
│   │   ├── CWindowCatalog.cs
│   │   ├── CWindowCatalogMgr.cs
│   │   ├── CWindowControl.cs
│   │   ├── CWindowControlMgr.cs
│   │   ├── CWindow.cs
│   │   └── CWindowMgr.cs
│   ├── UpgradeLog2.XML
│   ├── UpgradeLog3.XML
│   ├── UpgradeLog4.XML
│   ├── UpgradeLog5.XML
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── Workflow
│   ├── CActives.cs
│   ├── CActivesDef.cs
│   ├── CActivesDefMgr.cs
│   ├── CActivesMgr.cs
│   ├── CLink.cs
│   ├── CLinkMgr.cs
│   ├── CWorkflowCatalog.cs
│   ├── CWorkflowCatalogMgr.cs
│   ├── CWorkflow.cs
│   ├── CWorkflowDef.cs
│   ├── CWorkflowDefMgr.cs
│   └── CWorkflowMgr.cs
└── 说明.txt

52 directories, 597 files

标签:

实例下载地址

ERP开源框架.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警