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
8afac2ab
Commit
8afac2ab
authored
Apr 09, 2020
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整sku利润统计报表,增加ebay广告费、上架费、亚马逊广告费和退款数据
parent
b7ff9ccd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
dc_base_finance_amazon_ad_product.cs
Bailun.DC.Models/dc_base_finance_amazon_ad_product.cs
+2
-0
dc_base_finance_ebay.cs
Bailun.DC.Models/dc_base_finance_ebay.cs
+2
-0
OrdersServices.cs
Bailun.DC.Services/OrdersServices.cs
+0
-0
OrdersController.cs
Bailun.DC.Web/Areas/Reports/Controllers/OrdersController.cs
+0
-0
No files found.
Bailun.DC.Models/dc_base_finance_amazon_ad_product.cs
View file @
8afac2ab
...
@@ -230,5 +230,7 @@ namespace Bailun.DC.Models
...
@@ -230,5 +230,7 @@ namespace Bailun.DC.Models
/// 站点
/// 站点
/// </summary>
/// </summary>
public
string
site_en
{
get
;
set
;
}
public
string
site_en
{
get
;
set
;
}
public
string
platform
{
get
;
set
;
}
}
}
}
}
Bailun.DC.Models/dc_base_finance_ebay.cs
View file @
8afac2ab
...
@@ -123,5 +123,7 @@ namespace Bailun.DC.Models
...
@@ -123,5 +123,7 @@ namespace Bailun.DC.Models
/// 帐号
/// 帐号
/// </summary>
/// </summary>
public
string
account_name
{
get
;
set
;
}
public
string
account_name
{
get
;
set
;
}
public
string
platform
{
get
;
set
;
}
}
}
}
}
Bailun.DC.Services/OrdersServices.cs
View file @
8afac2ab
This diff is collapsed.
Click to expand it.
Bailun.DC.Web/Areas/Reports/Controllers/OrdersController.cs
View file @
8afac2ab
This diff is collapsed.
Click to expand it.
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