Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-center-auto
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
data-center-auto
Commits
26ab524f
Commit
26ab524f
authored
Jun 06, 2023
by
guotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fba 实时库存数据,记录账号id
parent
f45472a0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
dc_fba_inventory_realtime.cs
AutoTurnOver.Models/dc_fba_inventory_realtime.cs
+2
-0
AmazonDataSynchroService.cs
AutoTurnOver.Services/AmazonDataSynchroService.cs
+2
-0
No files found.
AutoTurnOver.Models/dc_fba_inventory_realtime.cs
View file @
26ab524f
...
...
@@ -20,6 +20,7 @@ namespace AutoTurnOver.Models
public
string
data_id
{
get
;
set
;
}
public
DateTime
last_update_date
{
get
;
set
;
}
public
string
account
{
get
;
set
;
}
public
int
account_id
{
get
;
set
;
}
public
string
site
{
get
;
set
;
}
public
string
marketplaceId
{
get
;
set
;
}
}
...
...
@@ -39,6 +40,7 @@ namespace AutoTurnOver.Models
public
string
data_id
{
get
;
set
;
}
public
DateTime
last_update_date
{
get
;
set
;
}
public
string
account
{
get
;
set
;
}
public
int
account_id
{
get
;
set
;
}
public
string
site
{
get
;
set
;
}
public
string
marketplaceId
{
get
;
set
;
}
}
...
...
AutoTurnOver.Services/AmazonDataSynchroService.cs
View file @
26ab524f
...
...
@@ -1459,6 +1459,7 @@ namespace AutoTurnOver.Services
asin
=
row
.
DataRowToString
(
"asin"
),
condition_type
=
row
.
DataRowToString
(
"condition-type"
),
account
=
pamsAccount
.
Account
,
account_id
=
pamsAccount
.
Id
,
marketplaceId
=
reportData
.
MarketplaceIds
[
0
],
last_update_date
=
DateTime
.
Now
,
quantity_available
=
row
.
DataRowToNumber
(
"Quantity Available"
)
??
0
,
...
...
@@ -1574,6 +1575,7 @@ namespace AutoTurnOver.Services
asin
=
row
.
DataRowToString
(
"asin"
),
condition_type
=
row
.
DataRowToString
(
"condition-type"
),
account
=
pamsAccount
.
Account
,
account_id
=
pamsAccount
.
Id
,
marketplaceId
=
reportData
.
MarketplaceIds
[
0
],
last_update_date
=
DateTime
.
Now
,
quantity_for_local_fulfillment
=
row
.
DataRowToNumber
(
"quantity-for-local-fulfillment"
)
??
0
,
...
...
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