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