cnf
2025-02-13 d36f618c44cc34ebfb529b230dc9ee2906393ae2
1
2
3
4
5
6
7
8
9
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; }
}