namespace BBWY.Server.Model.Dto { public class OutStockRequest : PlatformRequest { public string OrderId { get; set; } /// /// 运单号 /// public string WayBillNo { get; set; } /// /// 物流公司Id /// public string LogisticsId { get; set; } } }