├── .gitignore ├── Big.Data.Web ├── Areas │ └── Data │ │ ├── Controllers │ │ └── SalesOrderController.cs │ │ ├── DataArea.cs │ │ └── Views │ │ └── SalesOrder │ │ └── _List_Toolbar_Batch.cshtml ├── Big.Data.Web.csproj ├── Program.cs ├── Properties │ └── launchSettings.json ├── Services │ └── BuildService.cs └── appsettings.json ├── Big.Data ├── Big.Data.csproj ├── Big.Data.xml ├── Data.htm ├── Data数据字典.htm ├── Entity │ ├── 销售订单.Biz.cs │ └── 销售订单.cs └── xcodetool.exe ├── BigData.sln ├── BigData ├── App.config ├── BigData.csproj ├── Program.cs └── Properties │ └── AssemblyInfo.cs ├── DLL ├── NewLife.Core.dll ├── NewLife.Core.pdb ├── NewLife.Core.xml ├── NewLife.Cube.XML ├── NewLife.Cube.dll ├── NewLife.Cube.pdb ├── XCode.dll ├── XCode.pdb ├── XCode.xml ├── 更新DLL.cs └── 更新DLL.xs ├── Doc ├── 0.png ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── Memory.png ├── clover.exe └── pack.bat └── Readme.MD /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/.gitignore -------------------------------------------------------------------------------- /Big.Data.Web/Areas/Data/Controllers/SalesOrderController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data.Web/Areas/Data/Controllers/SalesOrderController.cs -------------------------------------------------------------------------------- /Big.Data.Web/Areas/Data/DataArea.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data.Web/Areas/Data/DataArea.cs -------------------------------------------------------------------------------- /Big.Data.Web/Areas/Data/Views/SalesOrder/_List_Toolbar_Batch.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data.Web/Areas/Data/Views/SalesOrder/_List_Toolbar_Batch.cshtml -------------------------------------------------------------------------------- /Big.Data.Web/Big.Data.Web.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data.Web/Big.Data.Web.csproj -------------------------------------------------------------------------------- /Big.Data.Web/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data.Web/Program.cs -------------------------------------------------------------------------------- /Big.Data.Web/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data.Web/Properties/launchSettings.json -------------------------------------------------------------------------------- /Big.Data.Web/Services/BuildService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data.Web/Services/BuildService.cs -------------------------------------------------------------------------------- /Big.Data.Web/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data.Web/appsettings.json -------------------------------------------------------------------------------- /Big.Data/Big.Data.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data/Big.Data.csproj -------------------------------------------------------------------------------- /Big.Data/Big.Data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data/Big.Data.xml -------------------------------------------------------------------------------- /Big.Data/Data.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data/Data.htm -------------------------------------------------------------------------------- /Big.Data/Data数据字典.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data/Data数据字典.htm -------------------------------------------------------------------------------- /Big.Data/Entity/销售订单.Biz.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data/Entity/销售订单.Biz.cs -------------------------------------------------------------------------------- /Big.Data/Entity/销售订单.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data/Entity/销售订单.cs -------------------------------------------------------------------------------- /Big.Data/xcodetool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Big.Data/xcodetool.exe -------------------------------------------------------------------------------- /BigData.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/BigData.sln -------------------------------------------------------------------------------- /BigData/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/BigData/App.config -------------------------------------------------------------------------------- /BigData/BigData.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/BigData/BigData.csproj -------------------------------------------------------------------------------- /BigData/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/BigData/Program.cs -------------------------------------------------------------------------------- /BigData/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/BigData/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /DLL/NewLife.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/NewLife.Core.dll -------------------------------------------------------------------------------- /DLL/NewLife.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/NewLife.Core.pdb -------------------------------------------------------------------------------- /DLL/NewLife.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/NewLife.Core.xml -------------------------------------------------------------------------------- /DLL/NewLife.Cube.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/NewLife.Cube.XML -------------------------------------------------------------------------------- /DLL/NewLife.Cube.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/NewLife.Cube.dll -------------------------------------------------------------------------------- /DLL/NewLife.Cube.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/NewLife.Cube.pdb -------------------------------------------------------------------------------- /DLL/XCode.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/XCode.dll -------------------------------------------------------------------------------- /DLL/XCode.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/XCode.pdb -------------------------------------------------------------------------------- /DLL/XCode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/XCode.xml -------------------------------------------------------------------------------- /DLL/更新DLL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/更新DLL.cs -------------------------------------------------------------------------------- /DLL/更新DLL.xs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/DLL/更新DLL.xs -------------------------------------------------------------------------------- /Doc/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/0.png -------------------------------------------------------------------------------- /Doc/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/1.png -------------------------------------------------------------------------------- /Doc/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/2.png -------------------------------------------------------------------------------- /Doc/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/3.png -------------------------------------------------------------------------------- /Doc/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/4.png -------------------------------------------------------------------------------- /Doc/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/5.png -------------------------------------------------------------------------------- /Doc/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/6.png -------------------------------------------------------------------------------- /Doc/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/7.png -------------------------------------------------------------------------------- /Doc/Memory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/Memory.png -------------------------------------------------------------------------------- /Doc/clover.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/clover.exe -------------------------------------------------------------------------------- /Doc/pack.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Doc/pack.bat -------------------------------------------------------------------------------- /Readme.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnhy/BigData/HEAD/Readme.MD --------------------------------------------------------------------------------