3 changed files with 22 additions and 6 deletions
@ -0,0 +1,15 @@ |
|||||
|
namespace BBWYB.Server.Model.Dto |
||||
|
{ |
||||
|
public class GetMergePurchaseSchemeProductSkuBySameSpuAndPurchaserRequest |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// SPU
|
||||
|
/// </summary>
|
||||
|
public string ProductId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 采购商Id
|
||||
|
/// </summary>
|
||||
|
public string PurchaserId { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue