using System.Collections.Generic;
namespace BBWY.Server.Model.Dto
{
public class RelationPurchaseOrderRequestV2
public IList<OrderDropShippingRequest> OrderDropShippingList { get; set; }
public decimal PlatformCommissionRatio { get; set; }
}