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; }
+
///
/// 托管开始时间
///