namespace MES.Service.Dto.webApi.DeliveryNote; public class PrintBarcode { public string LineNo { get; set; } public string? IncludeQty { get; set; } public string? FCount { get; set; } public string? PackageQty { get; set; } }