hao
2025-08-23 c5a3cfd2cd3e140892fc93cc52902b5b204a50d5
1
2
3
4
5
6
namespace MES.Service.Dto.webApi.SRM;
 
public class ErpBarcode
{
    public string? SmallBarcode { get; set; }
}