1
2
3
4
5
6
namespace MES.Service.Dto.webApi.DeliveryNote;
 
public class ErpDelivery
{
    public string? DeliveryNo { get; set; }
}