zyf
2025-08-25 26bccee691f9144e40a32c8a036d779a2d7bf01b
1
2
3
4
5
6
namespace MES.Service.Dto.webApi.DeliveryNote;
 
public class ErpBarcode
{
    public string? SmallBarcode { get; set; }
}