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