xwt
2025-08-04 221ea0d5b096efce20489ae20432ebdc36af7f88
1
2
3
4
5
6
namespace MES.Service.Dto.webApi.SRM;
 
public class ErpBarcode
{
    public string? SmallBarcode { get; set; }
}