Browse Source

取消冲击主力期的指标

master
shanji 2 years ago
parent
commit
ef5e23c3e2
  1. 18
      SBF.Model/Dto/Response/TrusteeshipTaskResponse.cs

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

@ -121,15 +121,15 @@ 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>
///// 最近7天推广花费
///// </summary>
//public decimal? Recent7dCost { get; set; }
///// <summary>
///// 最近7天商品毛利
///// </summary>
//public decimal? Recent7dProductLevelProfit { get; set; }
/// <summary>

Loading…
Cancel
Save