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
8e366cca
Commit
8e366cca
authored
Dec 05, 2019
by
lizefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
周转表新增亚马逊的 7,14,30天日均销量
parent
9707f593
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
dc_auto_turnover.cs
AutoTurnOver.Models/dc_auto_turnover.cs
+3
-0
SkuAutoTurnServices.cs
AutoTurnOver.Services/SkuAutoTurnServices.cs
+4
-1
No files found.
AutoTurnOver.Models/dc_auto_turnover.cs
View file @
8e366cca
...
...
@@ -652,6 +652,9 @@ namespace AutoTurnOver.Models
public
decimal
history_sevenday_sales_ebay
{
get
;
set
;
}
public
decimal
history_fourteenday_sales_ebay
{
get
;
set
;
}
public
decimal
history_thirtyday_sales_ebay
{
get
;
set
;
}
public
decimal
history_sevenday_sales_amazon
{
get
;
set
;
}
public
decimal
history_fourteenday_sales_amazon
{
get
;
set
;
}
public
decimal
history_thirtyday_sales_amazon
{
get
;
set
;
}
/// <summary>
///昨日销量
...
...
AutoTurnOver.Services/SkuAutoTurnServices.cs
View file @
8e366cca
...
...
@@ -301,7 +301,7 @@ namespace AutoTurnOver.Services
"实际库存"
,
"安全库存"
,
"周转天数"
,
"供应商交期"
,
"质检入库天数"
,
"调拨头程天数"
,
"预测是否断货"
,
"缺货数量"
,
"监控状态"
,
"供应商"
,
"采购员"
,
"交期异常"
,
"过去7天日均"
,
"过去14天日均"
,
"过去30天日均"
,
"重量"
,
"单价"
,
"实时库存"
,
"ebay最近7天日均销量"
,
"ebay最近14天日均销量"
,
"ebay最近30天日均销量"
,
"速卖通最近7天日均销量"
,
"速卖通最近14天日均销量"
,
"速卖通最近30天日均销量"
,
"已发货库存"
,
"开发时间"
,
"是否侵权"
,
"停止监控时间"
,
"标签"
,
"停售"
,
"最近7天+预测销量"
,
"已发货库存"
,
"开发时间"
,
"是否侵权"
,
"停止监控时间"
,
"标签"
,
"停售"
,
"最近7天+预测销量"
,
"amazon最近7天日均销量"
,
"amazon最近14天日均销量"
,
"amazon最近30天日均销量"
};
foreach
(
var
item
in
cols
)
{
...
...
@@ -350,6 +350,9 @@ namespace AutoTurnOver.Services
row
[
"速卖通最近7天日均销量"
]
=
itemData
.
history_sevenday_sales_aliexpress
;
row
[
"速卖通最近14天日均销量"
]
=
itemData
.
history_fourteenday_sales_aliexpress
;
row
[
"速卖通最近30天日均销量"
]
=
itemData
.
history_thirtyday_sales_aliexpress
;
row
[
"amazon最近7天日均销量"
]
=
itemData
.
history_sevenday_sales_amazon
;
row
[
"amazon最近14天日均销量"
]
=
itemData
.
history_fourteenday_sales_amazon
;
row
[
"amazon最近30天日均销量"
]
=
itemData
.
history_thirtyday_sales_amazon
;
row
[
"已发货库存"
]
=
itemData
.
shipped_stock
;
row
[
"开发时间"
]
=
itemData
.
develop_time
;
row
[
"是否侵权"
]
=
itemData
.
has_tort
;
...
...
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