3 changed files with 22 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||
namespace BBWYB.Server.Model.Dto |
|||
{ |
|||
public class AssociationOrderRequest |
|||
{ |
|||
/// <summary>
|
|||
/// 订单Id
|
|||
/// </summary>
|
|||
public string OrderId { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 采购单列表
|
|||
/// </summary>
|
|||
public IList<AssociationPurchaseOrderRequest> AssociationPurchaseOrderList { get; set; } |
|||
} |
|||
} |
Loading…
Reference in new issue