hao
2025-09-20 62a21f9dbc671bdff5c8d0410588111cf6daa343
1
2
3
4
5
6
namespace MES.Service.Dto.webApi.SRM;
 
public class ErpDelivery
{
    public string? DeliveryNo { get; set; }
}