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