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