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