|
|
@ -1,5 +1,15 @@ |
|
|
|
namespace BBWYB.Server.Model.Dto |
|
|
|
{ |
|
|
|
public class BatchLKInventoryAlertRequest |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// 需求方店铺
|
|
|
|
/// </summary>
|
|
|
|
public long ShopId { get; set; } |
|
|
|
|
|
|
|
public IList<LKInventoryAlertRequest> Items { get; set; } |
|
|
|
} |
|
|
|
|
|
|
|
public class LKInventoryAlertRequest |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
@ -11,10 +21,5 @@ |
|
|
|
/// 预估需求量
|
|
|
|
/// </summary>
|
|
|
|
public int PreItemCount { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 需求方店铺
|
|
|
|
/// </summary>
|
|
|
|
public long ShopId { get; set; } |
|
|
|
} |
|
|
|
} |