|
|
@ -12,6 +12,21 @@ namespace BBWYB.Server.Model.Dto |
|
|
|
|
|
|
|
//public string PurchaserLocation { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 店铺SKU的最近采购成本(配件单价之和)
|
|
|
|
/// </summary>
|
|
|
|
public decimal? SkuLastPurchasePriceCost { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 近30天Spu销量
|
|
|
|
/// </summary>
|
|
|
|
public long? Recent30DaySpuItemCount { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 近30天Sku销量
|
|
|
|
/// </summary>
|
|
|
|
public long? Recent30DaySkuItemCount { get; set; } |
|
|
|
|
|
|
|
public new List<PurchaseSchemeProductResponse> PurchaseSchemeProductList { get; set; } |
|
|
|
|
|
|
|
public List<Purchaser> PurchaserList { get; set; } |
|
|
|