using System.Collections.Generic; using XYY.Model.Standard.Channel; using XYY.Model.Standard.Order; using XYY.Service.Standard.ChannelApi.Base; namespace XYY.Api.Order.Controllers { public class DrawPdfLabelRequest { public UploadResult result { get; set; } public Logistics_Channel channel { get; set; } public Order_Order order { get; set; } public List goods { get; set; } } }