Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
mall.oytour.com
Commits
4c8c0057
Commit
4c8c0057
authored
Jul 22, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1111
parent
3ff13040
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
280 additions
and
1 deletion
+280
-1
HuiMaiHelper.cs
Test/Helper/HuiMaiHelper.cs
+278
-0
Program.cs
Test/Program.cs
+1
-1
Test.csproj
Test/Test.csproj
+1
-0
No files found.
Test/Helper/HuiMaiHelper.cs
0 → 100644
View file @
4c8c0057
This diff is collapsed.
Click to expand it.
Test/Program.cs
View file @
4c8c0057
...
...
@@ -13,7 +13,7 @@ namespace Test
static
void
Main
(
string
[]
args
)
{
Console
.
WriteLine
(
"Start......"
);
//Helper.FreightRulesHelper.GetData
();
Helper
.
HuiMaiHelper
.
GetCategoryList
();
//Test();
Console
.
WriteLine
(
"End......"
);
...
...
Test/Test.csproj
View file @
4c8c0057
...
...
@@ -70,6 +70,7 @@
<Compile
Include=
"DBHelper\MySqlHelper.cs"
/>
<Compile
Include=
"Helper\FreightRulesHelper.cs"
/>
<Compile
Include=
"Helper\GoodsHelper.cs"
/>
<Compile
Include=
"Helper\HuiMaiHelper.cs"
/>
<Compile
Include=
"Model\Destination.cs"
/>
<Compile
Include=
"Model\FreightRules.cs"
/>
<Compile
Include=
"Helper\UserHelper.cs"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment