嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
导入U8销售订单代码示例
.
├── 程序
│ └── Jusoft.SiMa.Maintenance
│ ├── App.config
│ ├── DB
│ │ ├── SQ1.sql
│ │ ├── SQ2.sql
│ │ └── TDB.sql
│ ├── DBLinq
│ │ ├── MidLogDbContext.dbml
│ │ ├── MidLogDbContext.dbml.layout
│ │ └── MidLogDbContext.designer.cs
│ ├── Jusoft.SiMa.Maintenance.csproj
│ ├── Jusoft.SiMa.Maintenance.csproj.vspscc
│ ├── Jusoft.SiMa.Maintenance.sln
│ ├── Jusoft.SiMa.Maintenance.vssscc
│ ├── Models
│ │ ├── MyModels.cs
│ │ └── MyWays.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SendToU8
│ │ ├── Customer.cs
│ │ └── TC_Worksheet.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Jusoft
│ │ │ │ └── Logs
│ │ │ │ ├── 20180923
│ │ │ │ │ ├── Losser
│ │ │ │ │ │ ├── log18092318.txt
│ │ │ │ │ │ └── log18092321.txt
│ │ │ │ │ └── option
│ │ │ │ │ ├── log18092313.txt
│ │ │ │ │ ├── log18092318.txt
│ │ │ │ │ ├── log18092320.txt
│ │ │ │ │ └── log18092321.txt
│ │ │ │ ├── 20180930
│ │ │ │ │ ├── Losser
│ │ │ │ │ │ └── log18093012.txt
│ │ │ │ │ ├── catch
│ │ │ │ │ │ └── log18093012.txt
│ │ │ │ │ ├── log18093012.txt
│ │ │ │ │ └── option
│ │ │ │ │ └── log18093012.txt
│ │ │ │ ├── 20181011
│ │ │ │ │ ├── Losser
│ │ │ │ │ │ ├── log18101114.txt
│ │ │ │ │ │ ├── log18101115.txt
│ │ │ │ │ │ ├── log18101117.txt
│ │ │ │ │ │ └── log18101118.txt
│ │ │ │ │ ├── log18101114.txt
│ │ │ │ │ ├── log18101115.txt
│ │ │ │ │ ├── log18101118.txt
│ │ │ │ │ ├── option
│ │ │ │ │ │ ├── log18101114.txt
│ │ │ │ │ │ ├── log18101115.txt
│ │ │ │ │ │ └── log18101118.txt
│ │ │ │ │ └── params
│ │ │ │ │ └── log18101117.txt
│ │ │ │ └── 20181023
│ │ │ │ ├── log18102313.txt
│ │ │ │ └── log18102314.txt
│ │ │ ├── Jusoft.SiMa.Maintenance.exe
│ │ │ ├── Jusoft.SiMa.Maintenance.exe.config
│ │ │ ├── Jusoft.SiMa.Maintenance.pdb
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Jusoft
│ │ │ └── Logs
│ │ │ └── 20221101
│ │ │ └── log22110114.txt
│ │ ├── Jusoft.SiMa.Maintenance.csproj.CopyComplete
│ │ ├── Jusoft.SiMa.Maintenance.csproj.CoreCompileInputs.cache
│ │ ├── Jusoft.SiMa.Maintenance.csproj.FileListAbsolute.txt
│ │ ├── Jusoft.SiMa.Maintenance.csprojAssemblyReference.cache
│ │ ├── Jusoft.SiMa.Maintenance.exe
│ │ ├── Jusoft.SiMa.Maintenance.pdb
│ │ ├── TempPE
│ │ │ └── DBLinq.MidLogDbContext.designer.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── packages
│ │ └── Newtonsoft.Json.11.0.2
│ │ ├── LICENSE.md
│ │ ├── Newtonsoft.Json.11.0.2.nupkg
│ │ └── lib
│ │ ├── net20
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net35
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net40
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net45
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── netstandard1.0
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── netstandard1.3
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── netstandard2.0
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── portable-net40 sl5 win8 wp8 wpa81
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── portable-net45 win8 wp8 wpa81
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ └── packages.config
└── 导入U8销售订单代码示例.zip
42 directories, 82 files