namespace BBWY.Server.Model.Dto { public class LogisticsResponse { public string Id { get; set; } public string Name { get; set; } } }