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