hao
2025-08-04 2b9f544a55f30f0b6e8010b84ed8b60f2c4cb78e
1
2
3
4
5
6
namespace MES.Service.Dto.webApi.SRM;
 
public class ErpDelivery
{
    public string? DeliveryNo { get; set; }
}