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