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