sjz
2025-05-10 06cf7323dbcb76cd941d23b845f3255b63e0f0be
1
2
3
4
5
6
namespace MES.Service.Dto.webApi.SRM;
 
public class ErpDelivery
{
    public string? DeliveryNo { get; set; }
}