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