From 4fc5c24bf1b0246df1db298978d099552344040d Mon Sep 17 00:00:00 2001
From: shanj <18996038927@163.com>
Date: Sun, 3 Dec 2023 03:05:41 +0800
Subject: [PATCH] 1
---
.../AggregationJDPopularizeAdSkuDaily.cs | 12 ++++++++++++
SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs | 15 +++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/SBF.Model/Db/Aggregation/AggregationJDPopularizeAdSkuDaily.cs b/SBF.Model/Db/Aggregation/AggregationJDPopularizeAdSkuDaily.cs
index 4fbf5f0..84c5889 100644
--- a/SBF.Model/Db/Aggregation/AggregationJDPopularizeAdSkuDaily.cs
+++ b/SBF.Model/Db/Aggregation/AggregationJDPopularizeAdSkuDaily.cs
@@ -61,6 +61,18 @@ namespace SBF.Model.Db
[Column(DbType = "decimal(18,2)")]
public decimal? PopularizeLevelProfit { get; set; }
+ ///
+ /// 产品维度GOI
+ ///
+ [Column(DbType = "decimal(18,2)")]
+ public decimal? ProductLevelGOI { get; set; }
+
+ ///
+ /// 产品维度毛利
+ ///
+ [Column(DbType = "decimal(18,2)")]
+ public decimal? ProductLevelProfit { get; set; }
+
[Column(DbType = "bigint")]
public long? ShopId { get; set; }
diff --git a/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs b/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs
index 217ecf6..2721281 100644
--- a/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs
+++ b/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs
@@ -95,6 +95,21 @@ namespace SBF.Model.Dto
///
public IList PopluarizeProfitByDateList { get; set; }
+ ///
+ /// 按日期分组的推广毛利
+ ///
+ public IList PopluarizeGrossProfitByDateList { get; set; }
+
+ ///
+ /// 按日期分组的商品毛利
+ ///
+ public IList ProductGrossProfitByDateList { get; set; }
+
+ ///
+ /// 按日期分组的商品盈利
+ ///
+ public IList ProductProfitByDateList { get; set; }
+
///
/// 托管开始时间
///