namespace BBWYB.Server.Model.Dto { public class LogisticsResponse { public string Id { get; set; } public string Name { get; set; } } public class WayBillNoResponse { public string LogisticsCompanyId { get; set; } public string LogisticsCompanyName { get; set; } public string WayBillNo { get; set; } } }