hao
2025-09-16 298f67c2096e0b9164600358a361a72b0efa7c5a
1
2
3
4
5
6
namespace MES.Service.Dto.webApi.SRM;
 
public class ErpBarcode
{
    public string? SmallBarcode { get; set; }
}