Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
Details
Activity
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
bltdc
DataCenter_Core2.1_20190520
Commits
3402df89
Commit
3402df89
authored
Dec 11, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加币种字段
parent
b1d8c4bb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
dc_base_logistics.cs
Bailun.DC.SyncLogisticInfo/Models/dc_base_logistics.cs
+2
-0
mResult_Request.cs
Bailun.DC.SyncLogisticInfo/Models/mResult_Request.cs
+2
-0
Services.cs
Bailun.DC.SyncLogisticInfo/Services.cs
+3
-1
No files found.
Bailun.DC.SyncLogisticInfo/Models/dc_base_logistics.cs
View file @
3402df89
...
@@ -59,5 +59,7 @@ namespace Bailun.DC.SyncLogisticInfo.Models
...
@@ -59,5 +59,7 @@ namespace Bailun.DC.SyncLogisticInfo.Models
public
DateTime
gmt_create_time
{
get
;
set
;
}
public
DateTime
gmt_create_time
{
get
;
set
;
}
public
DateTime
gmt_modify_time
{
get
;
set
;
}
public
DateTime
gmt_modify_time
{
get
;
set
;
}
public
string
currencytype
{
get
;
set
;
}
}
}
}
}
Bailun.DC.SyncLogisticInfo/Models/mResult_Request.cs
View file @
3402df89
...
@@ -81,6 +81,8 @@ namespace Bailun.DC.SyncLogisticInfo.Models
...
@@ -81,6 +81,8 @@ namespace Bailun.DC.SyncLogisticInfo.Models
public
string
feeProductType
{
get
;
set
;
}
public
string
feeProductType
{
get
;
set
;
}
public
string
currencyType
{
get
;
set
;
}
public
DateTime
lastModificationTime
{
get
;
set
;
}
public
DateTime
lastModificationTime
{
get
;
set
;
}
}
}
}
}
Bailun.DC.SyncLogisticInfo/Services.cs
View file @
3402df89
...
@@ -181,7 +181,9 @@ namespace Bailun.DC.SyncLogisticInfo
...
@@ -181,7 +181,9 @@ namespace Bailun.DC.SyncLogisticInfo
shipment_time
=
item
.
shipmentTime
,
shipment_time
=
item
.
shipmentTime
,
tracking_no
=
item
.
trackingNo
,
tracking_no
=
item
.
trackingNo
,
weight_diff_decimal
=
item
.
weightDiffDecimal
,
weight_diff_decimal
=
item
.
weightDiffDecimal
,
wms_id
=
item
.
id
wms_id
=
item
.
id
,
currencytype
=
item
.
currencyType
,
};
};
cn
.
Insert
<
dc_base_logistics
>(
m
);
cn
.
Insert
<
dc_base_logistics
>(
m
);
...
...
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