步步为盈

12 lines
279 B

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