|
|
@ -93,22 +93,63 @@ namespace SBF.Model.Dto |
|
|
|
/// <summary>
|
|
|
|
/// 按日期分组的推广盈利
|
|
|
|
/// </summary>
|
|
|
|
public IList<NumberByDate> PopluarizeProfitByDateList { get; set; } |
|
|
|
public IList<NumberByDate> PopluarizeNetProfitByDateList { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 按日期分组的推广毛利
|
|
|
|
/// </summary>
|
|
|
|
public IList<NumberByDate> PopluarizeGrossProfitByDateList { get; set; } |
|
|
|
public IList<NumberByDate> PopluarizeProfitByDateList { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 按日期分组的商品毛利
|
|
|
|
/// </summary>
|
|
|
|
public IList<NumberByDate> ProductGrossProfitByDateList { get; set; } |
|
|
|
public IList<NumberByDate> ProductProfitByDateList { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 按日期分组的商品盈利
|
|
|
|
/// </summary>
|
|
|
|
public IList<NumberByDate> ProductProfitByDateList { get; set; } |
|
|
|
public IList<NumberByDate> ProductNetProfitByDateList { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 最近7天商品GOI
|
|
|
|
/// </summary>
|
|
|
|
public decimal? Recent7dProductLevelGOI { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 最近7天推广GOI
|
|
|
|
/// </summary>
|
|
|
|
public decimal? Recent7dPopluarizeLevelGOI { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 最近30天商品GOI
|
|
|
|
/// </summary>
|
|
|
|
public decimal? Recent30dProductLevelGOI { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 最近30天推广GOI
|
|
|
|
/// </summary>
|
|
|
|
public decimal? Recent30dPopluarizeLevelGOI { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 最近30天推广成本
|
|
|
|
/// </summary>
|
|
|
|
public decimal? Recent30dCost { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 最近30天推广毛利
|
|
|
|
/// </summary>
|
|
|
|
public decimal? Recent30dPopluarizeLevelProfit { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 最近30天商品毛利
|
|
|
|
/// </summary>
|
|
|
|
public decimal? Recent30dProductLevelProfit { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 最近30天商品盈利
|
|
|
|
/// </summary>
|
|
|
|
public decimal? Recent30dProductLevelNetProfit { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 托管开始时间
|
|
|
|