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