shanji 2 years ago
parent
commit
2aba027501
  1. 11
      SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs

11
SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs

@ -121,6 +121,17 @@ namespace SBF.Model.Dto
/// </summary>
public decimal? Recent7dPopluarizeLevelGOI { get; set; }
/// <summary>
/// 最近7天推广花费
/// </summary>
public decimal? Recent7dCost { get; set; }
/// <summary>
/// 最近7天商品毛利
/// </summary>
public decimal? Recent7dProductLevelProfit { get; set; }
/// <summary>
/// 最近30天商品GOI
/// </summary>

Loading…
Cancel
Save