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