cnf
2025-02-13 d36f618c44cc34ebfb529b230dc9ee2906393ae2
1
2
3
4
5
6
7
8
9
 
namespace MES.Service.Dto.webApi.DeliveryNote;
 
public class ReturnBarcode
{
    public string? Barcodes { get; set; }
    public string? LineNo { get; set; }
    public decimal? IncludeQty { get; set; }
}