Commit 8afac2ab by guanzhenshan

调整sku利润统计报表,增加ebay广告费、上架费、亚马逊广告费和退款数据

parent b7ff9ccd
...@@ -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; }
} }
} }
...@@ -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; }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment