namespace MES.Service.Dto.webApi; public class ErpShipment { public ErpShipmentNotice ShipmentNotice { get; set; } public List ShipmentDetails { get; set; } }