namespace MES.Service.Dto.webApi.DeliveryNote; public class ReturnBarcode { public string? Barcodes { get; set; } public string? LineNo { get; set; } public decimal? IncludeQty { get; set; } }