diff --git a/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs b/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs index 3492484..de51eab 100644 --- a/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs +++ b/SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs @@ -121,6 +121,17 @@ namespace SBF.Model.Dto /// public decimal? Recent7dPopluarizeLevelGOI { get; set; } + /// + /// 最近7天推广花费 + /// + public decimal? Recent7dCost { get; set; } + + /// + /// 最近7天商品毛利 + /// + public decimal? Recent7dProductLevelProfit { get; set; } + + /// /// 最近30天商品GOI ///