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