namespace MES.Service.Dto.webApi; public class Delivery { public ErpDelivery ErpDelivery { get; set; } public List ErpDeliveryData { get; set; } }