sjz
2025-02-10 cbf7fc81ec9a32896a20487817c884a5b46a8dd0
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; }
}