namespace MES.Service.Dto.webApi.SRM; public class DeliveryItem { public string? DeliveryNo { get; set; } public string? ItemNo { get; set; } }