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