zyf
2025-08-26 4787e12bbe2aeeeb362ec724a047a0a734082268
1
2
3
4
5
6
namespace MES.Service.Dto.webApi.DeliveryNote;
 
public class ErpDelivery
{
    public string? DeliveryNo { get; set; }
}